Force enable live resizing in wxAUI for GTK 3 too

Do for GTK 3 the same thing as was already done for macOS in 68030cae69
(Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on
wxOSX, 2009-01-07) and for the same reasons: sash feedback is simply
invisible with this port and so can't be used.
This commit is contained in:
Vadim Zeitlin
2020-05-25 18:02:14 +02:00
parent f6727a17a2
commit faea4da8ff
2 changed files with 4 additions and 4 deletions

View File

@@ -213,8 +213,8 @@ public:
If this function returns true, ::wxAUI_MGR_LIVE_RESIZE flag is ignored
and live resize is always used, whether it's specified or not.
Currently this is the case for wxOSX port, as live resizing is the only
implemented method there.
Currently this is the case for wxOSX and wxGTK3 ports, as live resizing
is the only implemented method there.
@since 3.1.4
*/