Browse Source

Don't underline menu shortcuts on custom theme

tags/1.9.7
falkTX 9 years ago
parent
commit
a9876632d3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/theme/CarlaStyle.cpp

+ 1
- 0
source/theme/CarlaStyle.cpp View File

@@ -3768,6 +3768,7 @@ int CarlaStyle::styleHint(StyleHint hint, const QStyleOption* option, const QWid
//case SH_DialogButtonBox_ButtonsHaveIcons:
case SH_MessageBox_CenterButtons:
case SH_RubberBand_Mask:
case SH_UnderlineShortcut:
return 0;

case SH_Table_GridLineColor:


Loading…
Cancel
Save