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:
parent
ebdc834105
commit
479574aab2
@ -3221,6 +3221,7 @@ wxRect wxAuiManager::CalculateHintRect(wxWindow* pane_window,
|
||||
wxAuiDockUIPartArray uiparts;
|
||||
wxAuiPaneInfo hint = GetPane(pane_window);
|
||||
hint.name = wxT("__HINT__");
|
||||
hint.PaneBorder(true);
|
||||
hint.Show();
|
||||
|
||||
if (!hint.IsOk())
|
||||
|
Loading…
Reference in New Issue
Block a user