diff --git a/aqt/editor.py b/aqt/editor.py index 477731d9f..b56e5c84f 100644 --- a/aqt/editor.py +++ b/aqt/editor.py @@ -469,6 +469,7 @@ class Editor(object): def saveTagsAndGroup(self): self.fact.gid = self.mw.deck.groupId(unicode(self.group.text())) + self.fact.updateCardGids() self.fact.tags = parseTags(unicode(self.tags.text())) self.fact.flush()