update status in study screen too

This commit is contained in:
Damien Elmes 2009-01-06 09:15:28 +09:00
parent 6e35e483e5
commit aa5114d266

View file

@ -45,7 +45,8 @@ class StatusView(object):
self.hideDeckStatus() self.hideDeckStatus()
elif self.state in ("showQuestion", elif self.state in ("showQuestion",
"deckFinished", "deckFinished",
"deckEmpty"): "deckEmpty",
"studyScreen"):
self.redraw() self.redraw()
# Setup and teardown # Setup and teardown