Mercurial > getan
changeset 228:37010cd332d9
Invalidate view to redraw it when time is changed
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 05 Apr 2013 20:18:01 +0200 |
parents | 1b29cc99f457 |
children | 693cc3504a94 |
files | getan/view.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/getan/view.py Fri Apr 05 20:16:47 2013 +0200 +++ b/getan/view.py Fri Apr 05 20:18:01 2013 +0200 @@ -219,6 +219,7 @@ proj.switch_time_mode() self._total_time() self.controller.loop.draw_screen() + self._invalidate() def unhandled_keypress(self, key): logger.debug("ProjectList: unhandled keypress '%r'" % key)