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:11 +00:00
committed by GitHub
parent 5c3ddb7a7f
commit c7425b8c64

View File

@@ -120,7 +120,7 @@ void wxQtDCImpl::DoGetSize(int *width, int *height) const
int deviceWidth;
int deviceHeight;
if (pDevice)
if ( pDevice )
{
deviceWidth = pDevice->width();
deviceHeight = pDevice->height();