From a698f95b9746f1c1a342253c2fc0a48d592a6ddd Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 4 Jan 2009 05:17:43 +0900 Subject: [PATCH] call reset after merging models --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 9bc33872c..cd8ecfc72 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -1704,6 +1704,7 @@ backup and then run this command again after syncing.""") if ui.utils.askUser(_( "Would you like to merge models that have the same name?")): self.deck.mergeModels(ret[1]) + self.reset() ui.utils.showInfo(_("Merge complete.")) else: ui.utils.showWarning(_("""%s.