From f0df737326c253e885aa3754a5955a4bc23fcc4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20R=C4=83ceanu?= Date: Thu, 20 Dec 2018 14:00:03 +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 6c3e940bb6..2ccb0906ab 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -144,7 +144,7 @@ void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const int deviceWidthMM; int deviceHeightMM; - if (pDevice) + if ( pDevice ) { deviceWidthMM = pDevice->widthMM(); deviceHeightMM = pDevice->heightMM();