Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.1.0 Beta 1
-
None
-
68abb104e902454b8daba23b108c1ad89e33d890
Description
In function positionViewAtRow(row, mode) the body should NOT be:
listView.positionViewAtRow(row, mode)
but:
listView.positionViewAtIndex(row, mode)
I think this error was created by a previous search and replace modification.