X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0367c1c0e82c6da38cea16c4bcef6583271789cc..6285be722384e07c2587e769dce7cabb8adbd31b:/src/os2/window.cpp diff --git a/src/os2/window.cpp b/src/os2/window.cpp index fbcfcc1029..2e09d5932c 100644 --- a/src/os2/window.cpp +++ b/src/os2/window.cpp @@ -1454,6 +1454,7 @@ void wxWindowOS2::DoMoveWindow( , int nHeight ) { +#if 0 // x and y coords should already be in os2 coordinates RECTL vRect; HWND hParent; wxWindow* pParent = GetParent(); @@ -1464,7 +1465,7 @@ void wxWindowOS2::DoMoveWindow( hParent = HWND_DESKTOP; ::WinQueryWindowRect(hParent, &vRect); nY = vRect.yTop - (nY + nHeight); - +#endif if ( !::WinSetWindowPos( GetHwnd() ,HWND_TOP ,(LONG)nX