diff options
author | Shawn Rutledge <[email protected]> | 2025-04-28 20:12:22 +0200 |
---|---|---|
committer | Shawn Rutledge <[email protected]> | 2025-04-29 07:11:27 +0200 |
commit | 31f2f0e37809ce8ea99fb4319a4aa0688f47c2bc (patch) | |
tree | e879b63141b5370ddacf484cde0af1a417ca6b8d | |
parent | 82f00fcc1f98eae5cbe640fe445616cc98c912d0 (diff) |
Text editing controls TextField and TextEdit provide their own context
menus since 3b598b6f7509f57e198e7de1f04e4333555e7227. We don't want a
global menu key shortcut to preempt those.
Task-number: QTBUG-136253
Pick-to: 6.9
Change-Id: I7d0ec3754e24154b203c8ccd95801542a185a1c4
Reviewed-by: Oliver Eftevaag <[email protected]>
Reviewed-by: Mitch Curtis <[email protected]>
-rw-r--r-- | examples/quickcontrols/gallery/gallery.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/quickcontrols/gallery/gallery.qml b/examples/quickcontrols/gallery/gallery.qml index b287e1c69c..c06d1eb847 100644 --- a/examples/quickcontrols/gallery/gallery.qml +++ b/examples/quickcontrols/gallery/gallery.qml @@ -63,11 +63,6 @@ ApplicationWindow { } } - Shortcut { - sequence: "Menu" - onActivated: optionsMenuAction.trigger() - } - Action { id: optionsMenuAction icon.name: "menu" |