oh boy !
This commit is contained in:
parent
37fb088111
commit
33cf1f0f3b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue