From 2373761e2da09c05605e4640e9c2a3391b981385 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 17 Apr 2019 15:38:43 +0200 Subject: [PATCH] tabbutton hint fixed --- skins/material/QskMaterialSkin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/material/QskMaterialSkin.cpp b/skins/material/QskMaterialSkin.cpp index 34eab296..2ac73b7f 100644 --- a/skins/material/QskMaterialSkin.cpp +++ b/skins/material/QskMaterialSkin.cpp @@ -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 );