fix for bug #1686328
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3221,6 +3221,7 @@ wxRect wxAuiManager::CalculateHintRect(wxWindow* pane_window,
|
|||||||
wxAuiDockUIPartArray uiparts;
|
wxAuiDockUIPartArray uiparts;
|
||||||
wxAuiPaneInfo hint = GetPane(pane_window);
|
wxAuiPaneInfo hint = GetPane(pane_window);
|
||||||
hint.name = wxT("__HINT__");
|
hint.name = wxT("__HINT__");
|
||||||
|
hint.PaneBorder(true);
|
||||||
hint.Show();
|
hint.Show();
|
||||||
|
|
||||||
if (!hint.IsOk())
|
if (!hint.IsOk())
|
||||||
|
Reference in New Issue
Block a user