diff --git a/src/controls/QskHintAnimator.cpp b/src/controls/QskHintAnimator.cpp index db6e7253..d9dc82f0 100644 --- a/src/controls/QskHintAnimator.cpp +++ b/src/controls/QskHintAnimator.cpp @@ -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();