mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
make sure model properties runs modal
This commit is contained in:
parent
249751fddd
commit
329096948b
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ class ModelProperties(QDialog):
|
|||
self.show()
|
||||
self.undoName = _("Model Properties")
|
||||
self.parent.deck.setUndoStart(self.undoName)
|
||||
self.exec_()
|
||||
|
||||
def readData(self):
|
||||
# properties section
|
||||
|
|
Loading…
Reference in a new issue