summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorZhang Hao <zhanghao@uniontech.com>2021-03-24 19:37:04 +0800
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-04-14 01:05:14 +0000
commit94e03e506a0e953f72c21c4ca827174a3d1f0d73 (patch)
tree2756bcd483abfc73c2b31c27343b536251da9195 /util
parentedcb5ed697f4b56d0923898f7ce4ff6fbbf55a36 (diff)
Only scroll QMenu when there is a valid active action
When changing the active action via QMenu::setActiveAction the menu will scroll to the active action, but we were scrolling the menu also when the active action was null, resulting in the menu scrolling back to the top. We fix this by guarding the call to scrollMenu. Fixes: QTBUG-92096 Pick-to: 5.15 6.0 6.1 Change-Id: I998f99ddacec32640834d59a907d569fdda458f0 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions