Skip to content
Commit 1b9b49b9 authored by Derek Christ's avatar Derek Christ Committed by Nate Graham
Browse files

Fix shift-action modifier in context menu

Before this patch, the shift-action modifier in context menus did not
work when a sub-context menu is open, that does not have the main
context menu as its parent.
The new fix installs an event filter on QApplication whenever a new
context menu is opened to make the context menu aware of shift-presses
even when a sub-context menu is in focus.

BUG: 425997
FIXED-IN: 5.22


(cherry picked from commit 48ecda47)
parent 6ef55ef6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment