reset in status update timer - should check this is efficient enough

This commit is contained in:
Damien Elmes 2010-10-18 14:48:52 +09:00
parent 53df67738c
commit afba9529fe

View file

@ -303,7 +303,7 @@ You should aim to answer each question within<br>
if not self.main.deck:
return
if self.state in ("showQuestion", "showAnswer", "studyScreen"):
self.main.deck.checkDue()
self.main.deck.reset()
self.redraw()
self.main.updateTitleBar()
if self.state == "studyScreen":