From c7425b8c6447799054c54723ee372d5fdcec3e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Thu, 20 Dec 2018 13:59:11 +0000 Subject: [PATCH] Update src/qt/dc.cpp Co-Authored-By: ffa-grahamdawes --- src/qt/dc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index 5cd918ba2c..22e164613e 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -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();