diff --git a/ankiqt/ui/modelproperties.py b/ankiqt/ui/modelproperties.py index aeab8a052..4f37353a2 100644 --- a/ankiqt/ui/modelproperties.py +++ b/ankiqt/ui/modelproperties.py @@ -492,7 +492,7 @@ order by n""", id=card.id) self.deck.setModified() # if changed, reset deck if self.origModTime != self.deck.modified: - self.deck.updateCardTags() + self.deck.updateTagsForModel(self.m) ankiqt.mw.reset() if self.onFinish: self.onFinish()