mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Don't underline shortcuts by default - we'll handle alt-press later
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user