fix bug/crash caused by a reset in tag focus lost

This commit is contained in:
Damien Elmes 2010-11-30 03:47:43 +09:00
parent f2396a094f
commit 5945ecd115

View file

@ -634,7 +634,7 @@ class FactEditor(object):
self.fact.setModified(textChanged=True)
self.deck.flushMod()
if self.resetOnEdit:
ankiqt.mw.reset()
ankiqt.mw.reset(runHooks=False)
if self.onChange:
self.onChange('tag')