diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index 058ebc6b..6184252c 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -2624,7 +2624,6 @@ namespace Breeze const QColor background( isTitleWidget ? palette.color( widget->backgroundRole() ):QColor() ); const QColor outline( _helper->frameOutlineColor( palette, mouseOver, hasFocus, opacity, mode ) ); _helper->renderFrame( painter, rect, background, outline, hasFocus ); - _helper->renderFrame( painter, rect, QColor(), outline, hasFocus ); return true;