|
|
|
@ -5659,7 +5659,6 @@ namespace Breeze |
|
|
|
color = (documentMode&&!isQtQuickControl&&!hasAlteredBackground(widget)) ? palette.color( QPalette::Window ) : _helper->frameBackgroundColor( palette ); |
|
|
|
color = (documentMode&&!isQtQuickControl&&!hasAlteredBackground(widget)) ? palette.color( QPalette::Window ) : _helper->frameBackgroundColor( palette ); |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
|
|
|
|
|
|
|
|
const auto normal( _helper->alphaColor( palette.color( QPalette::Shadow ), 0.2 ) ); |
|
|
|
const auto normal( _helper->alphaColor( palette.color( QPalette::Shadow ), 0.2 ) ); |
|
|
|
const auto hover( _helper->alphaColor( _helper->hoverColor( palette ), 0.2 ) ); |
|
|
|
const auto hover( _helper->alphaColor( _helper->hoverColor( palette ), 0.2 ) ); |
|
|
|
if( animated ) color = KColorUtils::mix( normal, hover, opacity ); |
|
|
|
if( animated ) color = KColorUtils::mix( normal, hover, opacity ); |
|
|
|
|