more defensive updates for non-color animations
This commit is contained in:
parent
b3c7eb7412
commit
a0f5bbf54a
@ -141,7 +141,7 @@ void QskHintAnimator::advance( qreal progress )
|
||||
{
|
||||
if ( m_updateFlags == QskAnimationHint::UpdateAuto )
|
||||
{
|
||||
if ( m_aspect.isMetric() )
|
||||
if ( !m_aspect.isColor() )
|
||||
{
|
||||
m_control->resetImplicitSize();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user