Open timstr opened 5 days ago
This addresses out-of-date pointer positions during changing zoom factors by performing the same zoom-based scaling per-frame when the current zoom factor is known, rather than baking in the zoom factor during the most recent pointer move.
Before:
Screencast from 2024-11-16 04:09:08 PM.webm
After:
Screencast from 2024-11-16 04:13:54 PM.webm
See https://github.com/emilk/egui/issues/5379 for discussion and more details
Preview available at https://egui-pr-preview.github.io/pr/5380-pointer_current_zoom Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.
This addresses out-of-date pointer positions during changing zoom factors by performing the same zoom-based scaling per-frame when the current zoom factor is known, rather than baking in the zoom factor during the most recent pointer move.
Before:
Screencast from 2024-11-16 04:09:08 PM.webm
After:
Screencast from 2024-11-16 04:13:54 PM.webm
See https://github.com/emilk/egui/issues/5379 for discussion and more details