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:
@@ -2882,7 +2882,7 @@ void wxFrameManager::OnFloatingPaneMoving(wxWindow* wnd, wxDirection dir)
|
|||||||
|
|
||||||
wxPoint pt = ::wxGetMousePosition();
|
wxPoint pt = ::wxGetMousePosition();
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
// Adapt pt to direction
|
// Adapt pt to direction
|
||||||
if (dir == wxNORTH)
|
if (dir == wxNORTH)
|
||||||
{
|
{
|
||||||
@@ -2983,7 +2983,7 @@ void wxFrameManager::OnFloatingPaneMoved(wxWindow* wnd, wxDirection dir)
|
|||||||
|
|
||||||
wxPoint pt = ::wxGetMousePosition();
|
wxPoint pt = ::wxGetMousePosition();
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
// Adapt pt to direction
|
// Adapt pt to direction
|
||||||
if (dir == wxNORTH)
|
if (dir == wxNORTH)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user