summaryrefslogtreecommitdiff
path: root/src/controls/ApplicationWindow.qml
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2014-10-09 18:04:51 +0200
committerFrederik Gladhorn <frederik.gladhorn@digia.com>2014-10-09 18:04:51 +0200
commit9676488f7e8af1bab9752a4280d7fe6aa34a47ac (patch)
treed9a7b4097ce765685ffedf7f885396bb79e96b2c /src/controls/ApplicationWindow.qml
parentbb519a4001ae9ed1e780017ea8551c37c0098529 (diff)
parentc36f219faaa2a1b89ac19d0822200b163c22eec0 (diff)
downloadqtquickcontrols-9676488f7e8af1bab9752a4280d7fe6aa34a47ac.tar.gz
Merge remote-tracking branch 'origin/5.4' into dev
Change-Id: Icc27c3f8638601b43daac37ce4a6d9678476996a
Diffstat (limited to 'src/controls/ApplicationWindow.qml')
-rw-r--r--src/controls/ApplicationWindow.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/ApplicationWindow.qml b/src/controls/ApplicationWindow.qml
index 94745b47..c13fdb6e 100644
--- a/src/controls/ApplicationWindow.qml
+++ b/src/controls/ApplicationWindow.qml
@@ -213,6 +213,7 @@ Window {
anchors.fill: parent
sourceComponent: __style ? __style.panel : null
onStatusChanged: if (status === Loader.Error) console.error("Failed to load Style for", root)
+ focus: true
Loader {
id: styleLoader
sourceComponent: style