Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.15, 6.0.0
-
Fix Version/s: 5.15.10, 6.0.4, 6.2.0 Alpha
-
Component/s: Widgets: Widgets and Dialogs
-
Labels:None
-
Environment:ubuntu 19.04
-
Platform/s:
-
Commits:94e03e506a0e953f72c21c4ca827174a3d1f0d73 (qt/qtbase/dev) 22b9e8f8893cc478190af22940b095a02771b3a8 (qt/qtbase/6.0) adcb3f185a (qt/tqtc-qtbase/5.15)
Description
description:
QMenu adds many QActions, which are displayed in Scrollable mode. When the mouse leaves QMenu, it will scroll to the first item.
code:
case QStyle::SH_Menu_Scrollable: return true;