diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-19 09:09:56 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-19 09:09:56 -0600 |
commit | 43fe6d691880e9b8ce834fabb21f15a0cef35046 (patch) | |
tree | c86dd9c21562ee0c7311c1e4433f55bfd46e8162 /framework/qml/ConversationView.qml | |
parent | 3b9820e721da7236435e84ace231b7c5ef61e35a (diff) | |
download | kube-43fe6d691880e9b8ce834fabb21f15a0cef35046.tar.gz kube-43fe6d691880e9b8ce834fabb21f15a0cef35046.zip |
Fix mouse interaction with maildelegate.
Diffstat (limited to 'framework/qml/ConversationView.qml')
-rw-r--r-- | framework/qml/ConversationView.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/ConversationView.qml b/framework/qml/ConversationView.qml index 03ea3065..92b2a0c1 100644 --- a/framework/qml/ConversationView.qml +++ b/framework/qml/ConversationView.qml | |||
@@ -89,7 +89,6 @@ FocusScope { | |||
89 | listView.currentIndex = delegateRoot.index | 89 | listView.currentIndex = delegateRoot.index |
90 | listView.forceActiveFocus(Qt.MouseFocusReason) | 90 | listView.forceActiveFocus(Qt.MouseFocusReason) |
91 | } | 91 | } |
92 | z: 1.0 | ||
93 | } | 92 | } |
94 | 93 | ||
95 | MailViewer { | 94 | MailViewer { |