diff options
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index bd562d52..adce5a29 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -245,6 +245,9 @@ Controls2.ApplicationWindow { | |||
245 | if (currentItem == peopleView) { | 245 | if (currentItem == peopleView) { |
246 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"}) | 246 | Kube.Fabric.postMessage(Kube.Messages.synchronize, {"type": "contacts"}) |
247 | } | 247 | } |
248 | if (currentItem) { | ||
249 | currentItem.forceActiveFocus() | ||
250 | } | ||
248 | } | 251 | } |
249 | 252 | ||
250 | //These items are not visible until pushed onto the stack, so we keep them in resources instead of items | 253 | //These items are not visible until pushed onto the stack, so we keep them in resources instead of items |