On Windows, Unset maximized when transforming window (#1014)
* Unset maximized when functionally transforming window * Add docs * Fix compile issues
This commit is contained in:
parent
0b497b62d8
commit
b03e589987
3 changed files with 23 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ and `WindowEvent::HoveredFile`.
|
|||
- On Windows, fix the trail effect happening on transparent decorated windows. Borderless (or un-decorated) windows were not affected.
|
||||
- On Windows, fix `with_maximized` not properly setting window size to entire window.
|
||||
- On macOS, change `WindowExtMacOS::request_user_attention()` to take an `enum` instead of a `bool`.
|
||||
- On Windows, unset `maximized` when manually changing the window's position or size.
|
||||
|
||||
# 0.20.0 Alpha 1 (2019-06-21)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue