summaryrefslogtreecommitdiffstats
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@theqtcompany.com>2015-08-28 10:33:33 +0200
committerLiang Qi <liang.qi@theqtcompany.com>2015-08-28 10:34:00 +0200
commitbe487bdb038cb01fa938adde9997e2761900e29d (patch)
tree870d3652807c8e9e4bbcc190be72dc4c730316a4 /src/controls/ApplicationWindow.qml
parent8c3b19bc0afe94de49e008e7292a8aeed9cc4cfa (diff)
parent3ffd2e4ee3229e714eed497c1ae3a3bbbcabe8cf (diff)
Merge remote-tracking branch 'origin/5.5' into 5.6
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index 40334f887..fa2d1b51d 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -232,7 +232,7 @@ Window {
}
Binding { target: menuBar; property: "__parentWindow"; value: root }
- Keys.forwardTo: menuBar ? [menuBar.__contentItem] : []
+ Keys.forwardTo: menuBar ? [menuBar.__contentItem, __panel] : []
ContentItem {
id: contentArea