fixed bug reported by jdonland

This commit is contained in:
Jeremy Roman 2010-09-26 22:34:08 -04:00
parent 066ef693eb
commit 5dfb716d11
2 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,7 @@ class Wizard(urwid.WidgetWrap):
if 0 <= panelno < len(self.panels):
self.selected = panelno
self.panelwrap._w = self.panels[panelno]
self.panelwrap._invalidate()
self.panels[panelno].activate()
if set_focus:

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceo (0.5.8+nmu1) stable; urgency=low
* fixed bug reported by jdonland
-- Jeremy Brandon Roman <jbroman@csclub.uwaterloo.ca> Sun, 26 Sep 2010 22:32:50 -0400
ceo (0.5.8) stable; urgency=low
* tab support in most forms (note that the tab key is already bound for the LDAP lookup fields)