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:31 +00:00
committed by GitHub
parent 8f5acb341e
commit f8110c1c27

View File

@@ -156,7 +156,8 @@ void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const
if ( width )
*width = deviceWidthMM;
if (height) *height = deviceHeightMM;
if ( height )
*height = deviceHeightMM;
}
int wxQtDCImpl::GetDepth() const