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:18 +00:00
committed by GitHub
parent c7425b8c64
commit ae825ecd86

View File

@@ -132,7 +132,8 @@ void wxQtDCImpl::DoGetSize(int *width, int *height) const
}
if (width) *width = deviceWidth;
if (height) *height = deviceHeight;
if ( height )
*height = deviceHeight;
}
void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const