]> git.saurik.com Git - wxWidgets.git/commitdiff
Comment out direction aware code for now.
authorRobert Roebling <robert@roebling.de>
Wed, 23 Aug 2006 18:22:03 +0000 (18:22 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 23 Aug 2006 18:22:03 +0000 (18:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/aui/framemanager.cpp

index 2b42cb8f8ec03741a3bb68478abf8644821eff4f..e4154daac92062d66215e0c92302b077db517904 100644 (file)
@@ -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)
     {