Update src/qt/dc.cpp

Co-Authored-By: ffa-grahamdawes <graham.dawes@geoteric.com>
This commit is contained in:
Cătălin Răceanu
2018-12-20 13:59:49 +00:00
committed by GitHub
parent f8110c1c27
commit 90165488f6

View File

@@ -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;
}