* src/DisplayModels.py: flush cache on row update

svn: r6467
This commit is contained in:
Don Allingham
2006-04-27 18:31:41 +00:00
parent e550cf28c2
commit 2633b9abd4
2 changed files with 2 additions and 0 deletions

View File

@@ -623,6 +623,7 @@ class ListView(BookMarkView):
self.model.add_row_by_handle(handle)
def row_update(self,handle_list):
self.model.prev_handle = None
if self.active:
for handle in handle_list:
self.model.update_row_by_handle(handle)