git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Benjamin Williams 2007-07-04 16:42:55 +00:00
parent ebdc834105
commit 479574aab2

View File

@ -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())