Move drawIndicatorButtonDropDownPrimitive separator when sunken

wilder-5.17
Noah Davis 7 years ago
parent a98d21b567
commit 6b63429fa9
  1. 1
      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;

Loading…
Cancel
Save