diff --git a/ankiqt/ui/modelproperties.py b/ankiqt/ui/modelproperties.py index 78344fbbf..4e330bc8b 100644 --- a/ankiqt/ui/modelproperties.py +++ b/ankiqt/ui/modelproperties.py @@ -71,6 +71,9 @@ class ModelProperties(QDialog): if txt[0]: self.currentCard.name = txt[0] self.needRebuild = True + self.deck.updateCardTags(self.deck.s.column0( + "select id from cards where cardModelId = :id", + id=self.currentCard.id)) self.updateCards() def updateCards(self, row = None):