mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Allow arrow keys for proper navigation of itemviews in RDStyle
This commit is contained in:
@@ -765,6 +765,9 @@ int RDStyle::styleHint(StyleHint stylehint, const QStyleOption *opt, const QWidg
|
||||
if(stylehint == SH_Menu_SubMenuSloppySelectOtherActions)
|
||||
return 1;
|
||||
|
||||
if(stylehint == QStyle::SH_ItemView_ArrowKeysNavigateIntoChildren)
|
||||
return 1;
|
||||
|
||||
return RDTweakedNativeStyle::styleHint(stylehint, opt, widget, returnData);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user