This commit is contained in:
Uwe Rathmann 2019-03-21 14:07:00 +01:00
parent 37fb088111
commit 33cf1f0f3b

View File

@ -382,7 +382,7 @@ void QskControlPrivate::updateImplicitSize( bool doNotify )
void QskControlPrivate::setImplicitSize( qreal w, qreal h, bool doNotify ) void QskControlPrivate::setImplicitSize( qreal w, qreal h, bool doNotify )
{ {
const bool doWidth = ( w != implicitWidth ); const bool doWidth = ( w != implicitWidth );
const bool doHeight = ( w != implicitHeight ); const bool doHeight = ( h != implicitHeight );
if ( !( doWidth || doHeight ) ) if ( !( doWidth || doHeight ) )
return; // nothing to do return; // nothing to do