mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 00:58:53 +00:00
33cc8ef180
* Follows https://github.com/emilk/egui/pull/7708 * Related to #202 This fixes a particular issue where resizing a window would move it, and resizing it back would not restore it. You can still move a window by resizing it (I didn't focus on that bug here), but at least now the window will return to its original position when you move back the mouse.