git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@59107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3455,6 +3455,9 @@ void wxAuiManager::OnFloatingPaneMoving(wxWindow* wnd, wxDirection dir)
|
|||||||
wxAuiPaneInfo& pane = GetPane(wnd);
|
wxAuiPaneInfo& pane = GetPane(wnd);
|
||||||
wxASSERT_MSG(pane.IsOk(), wxT("Pane window not found"));
|
wxASSERT_MSG(pane.IsOk(), wxT("Pane window not found"));
|
||||||
|
|
||||||
|
if(!pane.frame)
|
||||||
|
return;
|
||||||
|
|
||||||
wxPoint pt = ::wxGetMousePosition();
|
wxPoint pt = ::wxGetMousePosition();
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
@@ -3558,6 +3561,9 @@ void wxAuiManager::OnFloatingPaneMoved(wxWindow* wnd, wxDirection dir)
|
|||||||
wxAuiPaneInfo& pane = GetPane(wnd);
|
wxAuiPaneInfo& pane = GetPane(wnd);
|
||||||
wxASSERT_MSG(pane.IsOk(), wxT("Pane window not found"));
|
wxASSERT_MSG(pane.IsOk(), wxT("Pane window not found"));
|
||||||
|
|
||||||
|
if(!pane.frame)
|
||||||
|
return;
|
||||||
|
|
||||||
wxPoint pt = ::wxGetMousePosition();
|
wxPoint pt = ::wxGetMousePosition();
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user