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
This commit is contained in:
David Webster
2001-05-09 04:31:30 +00:00
parent ca289436cd
commit 5d483828d7

View File

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