tabbutton hint fixed
This commit is contained in:
parent
9e06fbecd1
commit
2373761e2d
|
@ -505,7 +505,7 @@ void QskMaterialSkin::initTabButtonHints()
|
||||||
|
|
||||||
borderColors.setColorsAt( edge, pal.accentColor );
|
borderColors.setColorsAt( edge, pal.accentColor );
|
||||||
for ( auto state : { Q::Checked, Q::Pressed, Q::Checkable | Q::Hovered } )
|
for ( auto state : { Q::Checked, Q::Pressed, Q::Checkable | Q::Hovered } )
|
||||||
setBoxBorderColors( Q::Panel | state, borderColors );
|
setBoxBorderColors( aspect | state, borderColors );
|
||||||
}
|
}
|
||||||
|
|
||||||
setAnimation( Q::Panel | Color, qskDuration );
|
setAnimation( Q::Panel | Color, qskDuration );
|
||||||
|
|
Loading…
Reference in New Issue