more defensive updates for non-color animations

This commit is contained in:
Uwe Rathmann 2023-10-22 10:51:29 +02:00
parent b3c7eb7412
commit a0f5bbf54a

View File

@ -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();