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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user