setAnimation being aware of subControl substitution
This commit is contained in:
parent
0a98b5c1c0
commit
73b5934839
@ -516,8 +516,9 @@ QskColorFilter QskSkinnable::effectiveGraphicFilter( QskAspect aspect ) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
void QskSkinnable::setAnimationHint(
|
void QskSkinnable::setAnimationHint(
|
||||||
const QskAspect aspect, QskAnimationHint animation )
|
QskAspect aspect, QskAnimationHint animation )
|
||||||
{
|
{
|
||||||
|
aspect.setSubControl( effectiveSubcontrol( aspect.subControl() ) );
|
||||||
m_data->hintTable.setAnimation( aspect, animation );
|
m_data->hintTable.setAnimation( aspect, animation );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user