From a0f5bbf54a1bc118ad94fe1bfc0422724edf87b3 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sun, 22 Oct 2023 10:51:29 +0200 Subject: [PATCH] more defensive updates for non-color animations --- src/controls/QskHintAnimator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();