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
|
|
@ -413,7 +413,8 @@ impl Window {
|
|||
|
||||
/// Modifies the position of the window.
|
||||
///
|
||||
/// See `outer_position` for more information about the coordinates.
|
||||
/// See `outer_position` for more information about the coordinates. This automatically un-maximizes the
|
||||
/// window if it's maximized.
|
||||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
|
|
@ -443,7 +444,8 @@ impl Window {
|
|||
|
||||
/// Modifies the inner size of the window.
|
||||
///
|
||||
/// See `inner_size` for more information about the values.
|
||||
/// See `inner_size` for more information about the values. This automatically un-maximizes the
|
||||
/// window if it's maximized.
|
||||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue