diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:19:54 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:19:54 +0200 |
commit | 8fc5808b5f0dfab59e93d46ef581eebe66a1ffd1 (patch) | |
tree | 255c4d8e01c93810c2474a0d4cbee8721c8fa7c2 /framework/qml/InlineAccountSwitcher.qml | |
parent | c28584e8a866ed0b270e0ef741b266c0677831dc (diff) | |
download | kube-8fc5808b5f0dfab59e93d46ef581eebe66a1ffd1.tar.gz kube-8fc5808b5f0dfab59e93d46ef581eebe66a1ffd1.zip |
Fixed mailview focus handling
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index c3929b9e..45001500 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -89,6 +89,7 @@ FocusScope { | |||
89 | right: parent.right | 89 | right: parent.right |
90 | bottom: parent.bottom | 90 | bottom: parent.bottom |
91 | } | 91 | } |
92 | focus: isCurrent | ||
92 | activeFocusOnTab: true | 93 | activeFocusOnTab: true |
93 | 94 | ||
94 | accountId: currentData.accountId | 95 | accountId: currentData.accountId |