tabbutton hint fixed

This commit is contained in:
Uwe Rathmann 2019-04-17 15:38:43 +02:00
parent 9e06fbecd1
commit 2373761e2d
1 changed files with 1 additions and 1 deletions

View File

@ -505,7 +505,7 @@ void QskMaterialSkin::initTabButtonHints()
borderColors.setColorsAt( edge, pal.accentColor );
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 );