Don't underline shortcuts by default - we'll handle alt-press later

This commit is contained in:
baldurk
2017-07-26 13:43:00 +01:00
parent 4545ed5bb5
commit a4e4c1fd5d
+3
View File
@@ -516,6 +516,9 @@ int RDStyle::styleHint(StyleHint stylehint, const QStyleOption *opt, const QWidg
if(stylehint == SH_ToolTipLabel_Opacity)
return 255;
if(stylehint == SH_UnderlineShortcut)
return 0;
return RDTweakedNativeStyle::styleHint(stylehint, opt, widget, returnData);
}