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_updateFlags == QskAnimationHint::UpdateAuto )
|
||||||
{
|
{
|
||||||
if ( m_aspect.isMetric() )
|
if ( !m_aspect.isColor() )
|
||||||
{
|
{
|
||||||
m_control->resetImplicitSize();
|
m_control->resetImplicitSize();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue