diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-23 10:05:51 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-23 10:05:51 +0100 |
commit | 7d968fb8e51977ce7b49e0b8ccf96d8e30868426 (patch) | |
tree | bf2ea7123d67c5d3e8e3d559e67e6143e7c94bbf /components/package/contents/ui/ConversationView.qml | |
parent | 8cd188a39181366f7bc1cf35ede643dc9a44595b (diff) | |
download | kube-7d968fb8e51977ce7b49e0b8ccf96d8e30868426.tar.gz kube-7d968fb8e51977ce7b49e0b8ccf96d8e30868426.zip |
Document why we're not setting the currentIndex
Diffstat (limited to 'components/package/contents/ui/ConversationView.qml')
-rw-r--r-- | components/package/contents/ui/ConversationView.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/package/contents/ui/ConversationView.qml b/components/package/contents/ui/ConversationView.qml index 6ecc59ae..eedd446b 100644 --- a/components/package/contents/ui/ConversationView.qml +++ b/components/package/contents/ui/ConversationView.qml | |||
@@ -94,6 +94,9 @@ Rectangle { | |||
94 | 94 | ||
95 | delegate: mailDelegate | 95 | delegate: mailDelegate |
96 | 96 | ||
97 | //Setting the currentIndex results in further lags. So we don't do that either. | ||
98 | // currentIndex: root.currentIndex | ||
99 | |||
97 | boundsBehavior: Flickable.StopAtBounds | 100 | boundsBehavior: Flickable.StopAtBounds |
98 | 101 | ||
99 | //default is 1500, which is not usable with a mouse | 102 | //default is 1500, which is not usable with a mouse |