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