From 33cf1f0f3b82b95dfded3e8299e217303eeae495 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 21 Mar 2019 14:07:00 +0100 Subject: [PATCH] oh boy ! --- src/controls/QskControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/QskControl.cpp b/src/controls/QskControl.cpp index 4fd561c3..68ef77e6 100644 --- a/src/controls/QskControl.cpp +++ b/src/controls/QskControl.cpp @@ -382,7 +382,7 @@ void QskControlPrivate::updateImplicitSize( bool doNotify ) void QskControlPrivate::setImplicitSize( qreal w, qreal h, bool doNotify ) { const bool doWidth = ( w != implicitWidth ); - const bool doHeight = ( w != implicitHeight ); + const bool doHeight = ( h != implicitHeight ); if ( !( doWidth || doHeight ) ) return; // nothing to do