From 6b63429fa9e552b2ec539b63466cebc2cbf138ec Mon Sep 17 00:00:00 2001 From: Noah Davis Date: Fri, 16 Aug 2019 13:36:22 -0400 Subject: [PATCH] Move drawIndicatorButtonDropDownPrimitive separator when sunken --- kstyle/breezestyle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index b5204a26..d5f85351 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -3965,6 +3965,7 @@ namespace Breeze auto separatorRect( rect.adjusted( 0, 2, -2, -2 ) ); separatorRect.setWidth( 1 ); separatorRect = visualRect( option, separatorRect ); + if( sunken ) separatorRect.translate( 1, 1 ); _helper->renderSeparator( painter, separatorRect, outline, true ); return true;