From 86cbb55522f9a4ca76854be860a8131f006553a8 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Tue, 12 Jun 2012 09:19:35 +1000 Subject: Set a non-zero default cacheBuffer. The likelihood of constant framerate when flicking is considerably improved by having a cacheBuffer. Since there is only a minimal cost in having a modest cacheBuffer, it is better to have a more optimal default value - 320 seems a good starting point. Change-Id: Id3c8a153821573b5b08c6fbd80d34152908d358d Reviewed-by: Bea Lam --- tests/auto/quick/qquicklistview/data/moveTransitions.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/quick/qquicklistview/data/moveTransitions.qml') diff --git a/tests/auto/quick/qquicklistview/data/moveTransitions.qml b/tests/auto/quick/qquicklistview/data/moveTransitions.qml index 2f907bdc8a..c4dce99208 100644 --- a/tests/auto/quick/qquicklistview/data/moveTransitions.qml +++ b/tests/auto/quick/qquicklistview/data/moveTransitions.qml @@ -62,6 +62,7 @@ Rectangle { anchors.centerIn: parent width: 240 height: 320 + cacheBuffer: 0 model: testModel delegate: myDelegate -- cgit v1.2.3