Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for issue #294. I think the real problem is that _Scroller…
… updates the wrong pages in its resize() function. Maybe it should even call needPage() for all pages when the grid's autoHeight property is set. But I don't understand the scroller code good enough to fix this. This workaround just moves the call to grid's resize() method a bit down to when all pages have been updated in updateRowCount(). (#297)
- Loading branch information