diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 60389abe2..d0fd3d7a0 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1424,6 +1424,8 @@ learnt today") "Marked", self.currentCard.fact.tags)) self.currentCard.fact.setModified(textChanged=True) self.deck.updateFactTags([self.currentCard.fact.id]) + for card in self.currentCard.fact.cards: + self.deck.updatePriority(card) self.deck.setModified() def onSuspend(self):