<!-- First look if there is already a similar bug report. If there is, add a comment to it instead! Please also check if the bug is still present in latest master! Do so by adding the following lines to your Cargo.toml: [patch.crates-io] egui = { git = "https://github.com/emilk/egui", branch = "master" } # if you're using eframe: eframe = { git = "https://github.com/emilk/egui", branch = "master" } --> **Describe the bug** When the window is resized at high speed, the UI starts to flicker/jitter. **To Reproduce** Steps to reproduce the behavior: 1. Run the eframe example. 2. Resize the window fast. **Expected behavior** For the elements of the UI to stay put during resizing **Screenshots** Here's a quick screen recording displaying the issue: https://user-images.githubusercontent.com/25753364/142637840-cae07e3d-e756-4e67-a513-324244b4de72.mov **Desktop (please complete the following information):** - OS: MacOS Montery 12.0.1 - M1 Max SoC - if that's applicable at all
Describe the bug
When the window is resized at high speed, the UI starts to flicker/jitter.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
For the elements of the UI to stay put during resizing
Screenshots
Here's a quick screen recording displaying the issue:
windowresize1080.mov
Desktop (please complete the following information):