From: Robert Roebling Date: Wed, 23 Aug 2006 18:22:03 +0000 (+0000) Subject: Comment out direction aware code for now. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f8a139493553049e0b92db4bbee11deb33093ee3 Comment out direction aware code for now. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/aui/framemanager.cpp b/src/aui/framemanager.cpp index 2b42cb8f8e..e4154daac9 100644 --- a/src/aui/framemanager.cpp +++ b/src/aui/framemanager.cpp @@ -2882,7 +2882,7 @@ void wxFrameManager::OnFloatingPaneMoving(wxWindow* wnd, wxDirection dir) wxPoint pt = ::wxGetMousePosition(); -#if 1 +#if 0 // Adapt pt to direction if (dir == wxNORTH) { @@ -2983,7 +2983,7 @@ void wxFrameManager::OnFloatingPaneMoved(wxWindow* wnd, wxDirection dir) wxPoint pt = ::wxGetMousePosition(); -#if 1 +#if 0 // Adapt pt to direction if (dir == wxNORTH) {