early check for animators
This commit is contained in:
parent
b926476e55
commit
beddc2569f
@ -916,7 +916,7 @@ QVariant QskSkinnable::animatedValue(
|
||||
{
|
||||
QVariant v;
|
||||
|
||||
if ( !aspect.hasStates() )
|
||||
if ( !m_data->animators.isEmpty() && !aspect.hasStates() )
|
||||
{
|
||||
/*
|
||||
The local animators were invented to be stateless
|
||||
|
Loading…
x
Reference in New Issue
Block a user