mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-02 06:40:06 -04:00
Windows: Fix window.set_maximized() (#672)
* Windows: Fix window.set_maximized() * Add window.set_maximized fix to CHANGELOG. * Windows: use same style for set_maximized as other set_x(bool) methods
This commit is contained in:
committed by
Francesca Plebani
parent
50008dff3d
commit
5d5fcb3911
@@ -11,6 +11,7 @@
|
||||
- Added `WindowBuilderExt::with_gtk_theme_variant` to X11-specific `WindowBuilder` functions.
|
||||
- Fixed UTF8 handling bug in X11 `set_title` function.
|
||||
- On Windows, `Window::set_cursor` now applies immediately instead of requiring specific events to occur first.
|
||||
- On Windows, fix window.set_maximized().
|
||||
|
||||
# Version 0.17.2 (2018-08-19)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user