Allow arrow keys for proper navigation of itemviews in RDStyle

This commit is contained in:
baldurk
2017-11-22 15:43:11 +00:00
parent 6f2a9b6cc3
commit 1fcc41effa
+3
View File
@@ -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);
}