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