]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixing the GetClientsize to deal with OS/2's coordinate system.
authorDavid Webster <Dave.Webster@bhmi.com>
Wed, 9 May 2001 04:31:30 +0000 (04:31 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Wed, 9 May 2001 04:31:30 +0000 (04:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/frame.cpp

index 98ae3305e0fd968b6b1689301de329d6cf071f56..c1602dff0a3dc33a69965b5ea537c0081563350d 100644 (file)
@@ -243,7 +243,7 @@ void wxFrame::DoGetClientSize(
 {
     RECTL                           vRect;
     ::WinQueryWindowRect(GetHwnd(), &vRect);
-#if wxUSE_STATUSBAR
+#if 0 // not needed for OS/2 wxUSE_STATUSBAR
     if ( GetStatusBar() && GetStatusBar()->IsShown() )
     {
         int                         nStatusX;