]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/frame.cpp
wxPython can now be built using the distutils that comes with Python
[wxWidgets.git] / src / os2 / frame.cpp
index 9fd9d2423e360b6a75f441f1615a351d96a4a2b6..18fc488fd0de9de3cb67bed1c723d97d23e03a3e 100644 (file)
@@ -1030,10 +1030,10 @@ bool wxFrame::OS2Create(
     //
     if (!::WinSetWindowPos( m_hWnd
                            ,HWND_TOP
-                           ,nX + 20
-                           ,nY + 20
-                           ,nWidth - 60
-                           ,nHeight - 60
+                           ,nX // + 20
+                           ,nY // + 20
+                           ,nWidth // - 60
+                           ,nHeight // - 60
                            ,SWP_SIZE | SWP_MOVE | SWP_ACTIVATE | SWP_ZORDER
                           ))
     {