From 5b10d7c45b731ba24d142dda15fcc9342d06663e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 11 Jul 2016 11:34:12 +1000 Subject: [PATCH] fix change note type getting stuck thanks to stvad for the report --- aqt/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aqt/browser.py b/aqt/browser.py index 505d64df2..e5c4fb322 100644 --- a/aqt/browser.py +++ b/aqt/browser.py @@ -1671,6 +1671,7 @@ Are you sure you want to continue?""")): QDialog.accept(self) self.browser.mw.checkpoint(_("Change Note Type")) b = self.browser + b.mw.col.modSchema(check=True) b.mw.progress.start() b.model.beginReset() mm = b.mw.col.models