mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
Fix a bug on Windows where minimizing adjusts all of the egui window positions. (#522)
- 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
This commit is contained in:
@@ -5,6 +5,9 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed 🐛
|
||||
* [Fix minimize on Windows](https://github.com/emilk/egui/issues/518)
|
||||
|
||||
|
||||
## 0.13.1 - 2021-06-24
|
||||
|
||||
|
||||
Reference in New Issue
Block a user