early check for animators

This commit is contained in:
Uwe Rathmann 2022-09-06 08:00:18 +02:00
parent b926476e55
commit beddc2569f

View File

@ -916,7 +916,7 @@ QVariant QskSkinnable::animatedValue(
{ {
QVariant v; QVariant v;
if ( !aspect.hasStates() ) if ( !m_data->animators.isEmpty() && !aspect.hasStates() )
{ {
/* /*
The local animators were invented to be stateless The local animators were invented to be stateless