Enable wxAUI_MGR_LIVE_RESIZE by default
This makes behaviour more consistent across all platforms, as this flag is always used in wxGTK and wxOSX, and might avoid some problems in wxMSW, see #23982.
This commit is contained in:
parent
e55d7c1dc3
commit
ffe15b2fa6
2 changed files with 10 additions and 3 deletions
|
|
@ -51,7 +51,8 @@ enum wxAuiManagerOption
|
|||
wxAUI_MGR_DEFAULT = wxAUI_MGR_ALLOW_FLOATING |
|
||||
wxAUI_MGR_TRANSPARENT_HINT |
|
||||
wxAUI_MGR_HINT_FADE |
|
||||
wxAUI_MGR_NO_VENETIAN_BLINDS_FADE
|
||||
wxAUI_MGR_NO_VENETIAN_BLINDS_FADE |
|
||||
wxAUI_MGR_LIVE_RESIZE
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue