Update src/qt/dc.cpp
Co-Authored-By: ffa-grahamdawes <graham.dawes@geoteric.com>
This commit is contained in:
@@ -156,7 +156,8 @@ void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const
|
|||||||
|
|
||||||
if ( width )
|
if ( width )
|
||||||
*width = deviceWidthMM;
|
*width = deviceWidthMM;
|
||||||
if (height) *height = deviceHeightMM;
|
if ( height )
|
||||||
|
*height = deviceHeightMM;
|
||||||
}
|
}
|
||||||
|
|
||||||
int wxQtDCImpl::GetDepth() const
|
int wxQtDCImpl::GetDepth() const
|
||||||
|
Reference in New Issue
Block a user