From bad07efa7017bc96f5733b52b16697c24abdfe6a Mon Sep 17 00:00:00 2001 From: AliKet Date: Thu, 8 Feb 2024 19:27:07 +0100 Subject: [PATCH] wxAuiManager::AlwaysUsesLiveResize() documentation updated This is no longer true as wxAUI now uses wxOverlay to display the resizing hint in non-live resize mode, which should work on all platforms. --- interface/wx/aui/framemanager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index 14f573eeb1..ead1c1c559 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -228,6 +228,8 @@ public: @param window The associated window, may be null (this parameter was added in wxWidgets 3.3.0) + @note As of wxWidgets 3.3.0 this function always returns false. + @since 3.1.4 */ static bool AlwaysUsesLiveResize(const wxWindow* window);