Update src/qt/dc.cpp
Co-Authored-By: ffa-grahamdawes <graham.dawes@geoteric.com>
This commit is contained in:
parent
f8110c1c27
commit
90165488f6
1 changed files with 2 additions and 1 deletions
|
|
@ -131,7 +131,8 @@ void wxQtDCImpl::DoGetSize(int *width, int *height) const
|
|||
deviceHeight = 0;
|
||||
|
||||
}
|
||||
if (width) *width = deviceWidth;
|
||||
if ( width )
|
||||
*width = deviceWidth;
|
||||
if ( height )
|
||||
*height = deviceHeight;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue