aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols2/qquickstyle.cpp
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-03-19 12:02:44 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-03-22 06:58:42 +0000
commit1f118ce85b8c29d713d2feae529ec8a71ba28048 (patch)
treea00fc88c01b89dd0b48b8d0c9ac9853a57091e1c /src/quickcontrols2/qquickstyle.cpp
parentbb30edf15815006bac3ecddfa958055a92057600 (diff)
Fix Shortcuts in Popups with window context not being activated
Before this patch, this code wouldn't work: Popup { id: popup Shortcut { sequence: "Tab" onActivated: popup.visible = !popup.visible } } Even though Popup is aware of its Window, the Shortcut object is parented to Popup::contentItem, which does not have a Window associated with it while the Popup is hidden. The fix is to check if the item has a window in QQuickShortcutContext::matcher(), so that that check fails and the QQuickPopup itself is used to access the window. Change-Id: Ia1c5d75ad6b82fb4c8b7664b6d418d84428b1ddf Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/quickcontrols2/qquickstyle.cpp')
0 files changed, 0 insertions, 0 deletions