mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
redraw status after card add
This commit is contained in:
parent
a4ca10dbae
commit
728d97104f
1 changed files with 2 additions and 0 deletions
|
@ -150,7 +150,9 @@ question or answer on all cards."""), parent=self)
|
|||
# stop anything playing
|
||||
clearAudioQueue()
|
||||
self.parent.deck.setUndoEnd(n)
|
||||
self.parent.deck.checkDue()
|
||||
self.parent.updateTitleBar()
|
||||
self.parent.statusView.redraw()
|
||||
# start a new fact
|
||||
f = self.parent.deck.newFact()
|
||||
f.tags = self.parent.deck.lastTags
|
||||
|
|
Loading…
Reference in a new issue