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