From f33049028707176fbde023ce5531d2dc74128578 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 24 Dec 2023 15:32:02 +0100 Subject: [PATCH] Document that wxAUI_MGR_RECTANGLE_HINT shouldn't be used It doesn't work under wxGTK and wxOSX because wxScreenDC can't be used there. --- interface/wx/aui/framemanager.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index 359aecfc04..26a5fbd94c 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -134,7 +134,9 @@ enum wxAuiManagerOption appearing partially transparent hint. @style{wxAUI_MGR_RECTANGLE_HINT} The possible location for docking is indicated by a rectangular - outline. + outline. Note that this flag doesn't work, i.e. doesn't show any + hint in wxGTK and wxOSX, please use one of the hint flags above + instead. @style{wxAUI_MGR_HINT_FADE} The translucent area where the pane could be docked appears gradually. @style{wxAUI_MGR_NO_VENETIAN_BLINDS_FADE}