diff --git a/src/qt/dc.cpp b/src/qt/dc.cpp index 70b69bbb9b..6c3e940bb6 100644 --- a/src/qt/dc.cpp +++ b/src/qt/dc.cpp @@ -131,7 +131,8 @@ void wxQtDCImpl::DoGetSize(int *width, int *height) const deviceHeight = 0; } - if (width) *width = deviceWidth; + if ( width ) + *width = deviceWidth; if ( height ) *height = deviceHeight; }