fix: don't unmaximize on macOS if user set max bounds (#33480)
This commit is contained in:
parent
afe0116d59
commit
8c8642634d
3 changed files with 31 additions and 1 deletions
|
@ -267,6 +267,8 @@ class NativeWindowMac : public NativeWindow,
|
|||
// Maximizable window state; necessary for persistence through redraws.
|
||||
bool maximizable_ = true;
|
||||
|
||||
bool user_set_bounds_maximized_ = false;
|
||||
|
||||
// Simple (pre-Lion) Fullscreen Settings
|
||||
bool always_simple_fullscreen_ = false;
|
||||
bool is_simple_fullscreen_ = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue