diff options
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
| -rw-r--r-- | src/controls/ApplicationWindow.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml index 52acc3f87..dbbfbdaad 100644 --- a/src/controls/ApplicationWindow.qml +++ b/src/controls/ApplicationWindow.qml @@ -133,6 +133,8 @@ Window { id: backgroundItem anchors.fill: parent + Keys.forwardTo: [menuBar.__contentItem] + Item { id: contentArea anchors.top: toolBarArea.bottom |
