Try again to fix currentIndex() test
authorBea Lam <bea.lam@nokia.com>
Tue, 22 Nov 2011 05:13:28 +0000 (15:13 +1000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 Nov 2011 05:14:52 +0000 (06:14 +0100)
commit18e89379f8db9b656885739daef5d24aa24fb92c
tree992bdb16d4f7091d0a6921156e43bec00ec2cdc6
parent8d8015f8d5912300d8c6a1f8bac298163cb566b1
Try again to fix currentIndex() test

Seems that if the threaded renderer is disabled, updatePolish() isn't
called on the view until after setCurrentIndex(), so then the view
starts at the wrong position and never moves upwards when
setCurrentIndex(0) is executed.

Change-Id: I74da9de8ac432d27189416287e7ea5937c1d6299
Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
tests/auto/declarative/qquickgridview/tst_qquickgridview.cpp