Bugfix: Respect QskControl::Disabled aspect. (#162)
This commit is contained in:
parent
9cc840f0f8
commit
adc4875629
|
@ -147,7 +147,7 @@ QSGNode* QskPageIndicatorSkinlet::updateSampleNode( const QskSkinnable* skinnabl
|
||||||
const auto ratio = indicator->valueRatioAt( index );
|
const auto ratio = indicator->valueRatioAt( index );
|
||||||
|
|
||||||
return QskSkinlet::updateInterpolatedBoxNode( skinnable, node,
|
return QskSkinlet::updateInterpolatedBoxNode( skinnable, node,
|
||||||
rect, Q::Bullet, Q::Bullet | Q::Selected, ratio );
|
rect, Q::Bullet, Q::Bullet | Q::Selected | indicator->skinStates(), ratio );
|
||||||
}
|
}
|
||||||
|
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
Loading…
Reference in New Issue