mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix initial state of change note dialog
This commit is contained in:
parent
35a56c260c
commit
38636a3f33
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ class ChangeModel(QDialog):
|
|||
self.modelChooser.models.setFocus()
|
||||
self.connect(self.form.buttonBox, SIGNAL("helpRequested()"),
|
||||
self.onHelp)
|
||||
self.modelChanged(self.oldModel)
|
||||
self.modelChanged(self.browser.mw.col.models.current())
|
||||
self.pauseUpdate = False
|
||||
|
||||
def onReset(self):
|
||||
|
|
Loading…
Reference in a new issue