From 5d483828d77426eed11fa19c3f2f318383a118dc Mon Sep 17 00:00:00 2001 From: David Webster Date: Wed, 9 May 2001 04:31:30 +0000 Subject: [PATCH] Fixing the GetClientsize to deal with OS/2's coordinate system. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/frame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index 98ae3305e0..c1602dff0a 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -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; -- 2.45.2