Comment out direction aware code for now.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-08-23 18:22:03 +00:00
parent dad0c6d322
commit f8a1394935

View 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)
{