Fixed tests.

This commit is contained in:
Michael Lazar
2016-04-21 01:02:43 -07:00
parent b550aa0e40
commit a21fcc1e06
3 changed files with 179 additions and 4 deletions

View File

@@ -488,7 +488,7 @@ class Navigator(object):
assert n_windows >= 0
self.page_index += (self.step * n_windows)
self.cursor_index = n_windows - self.cursor_index
self.cursor_index = n_windows
self.inverted = not self.inverted
self.top_item_height = None