From 7d968fb8e51977ce7b49e0b8ccf96d8e30868426 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 23 Mar 2017 10:05:51 +0100 Subject: Document why we're not setting the currentIndex --- components/package/contents/ui/ConversationView.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components/package/contents') 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 { delegate: mailDelegate + //Setting the currentIndex results in further lags. So we don't do that either. + // currentIndex: root.currentIndex + boundsBehavior: Flickable.StopAtBounds //default is 1500, which is not usable with a mouse -- cgit v1.2.3