Fix width and separator of ToolButtonComplexControl outline w/ dropdown menu

Done properly this time
wilder-5.17
Noah Davis 7 years ago
parent b5af1e947d
commit a98d21b567
  1. 1
      kstyle/breezestyle.cpp

@ -6088,6 +6088,7 @@ namespace Breeze
// frame
if( toolButtonOption->subControls & SC_ToolButton )
{
if( !flat ) copy.rect = buttonRect;
if( inTabBar ) drawTabBarPanelButtonToolPrimitive( &copy, painter, widget );
else drawPrimitive( PE_PanelButtonTool, &copy, painter, widget);
}

Loading…
Cancel
Save