From f8110c1c2737ec3656d62ce8d47c231c206472cc 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:31 +0000 Subject: [PATCH] Update src/qt/dc.cpp Co-Authored-By: ffa-grahamdawes --- src/qt/dc.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index fc0db374aa..70b69bbb9b 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -156,7 +156,8 @@ void wxQtDCImpl::DoGetSizeMM(int* width, int* height) const if ( width ) *width = deviceWidthMM; - if (height) *height = deviceHeightMM; + if ( height ) + *height = deviceHeightMM; } int wxQtDCImpl::GetDepth() const