diff --git a/ankiqt/ui/addcards.py b/ankiqt/ui/addcards.py index 033d85e69..05bfb6268 100644 --- a/ankiqt/ui/addcards.py +++ b/ankiqt/ui/addcards.py @@ -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