make the add cards window non-modal

This commit is contained in:
Damien Elmes 2011-12-21 10:03:33 +09:00
parent 24c36e5bdb
commit a1dcca2cf8

View file

@ -35,7 +35,7 @@ class AddCards(QDialog):
addHook('reset', self.onReset)
addHook('currentModelChanged', self.onReset)
self.mw.requireReset(modal=True)
self.open()
self.show()
self.setupNewNote()
def setupEditor(self):