mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 09:08:53 +00:00
3a14f5e8e2
- Closes #518 - This bug is caused by an issue in winit where minimized windows will be given 0 width and height on Windows. - See: https://github.com/rust-windowing/winit/issues/208 - See also: https://github.com/hasenbanck/egui_winit_platform/pull/19