mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
save current field when field map dialog rejected
This commit is contained in:
parent
fd8b7cd63b
commit
42a0e17097
1 changed files with 3 additions and 0 deletions
|
@ -49,6 +49,9 @@ class ChangeMap(QDialog):
|
|||
self.field = None
|
||||
QDialog.accept(self)
|
||||
|
||||
def reject(self):
|
||||
self.accept()
|
||||
|
||||
class ImportDialog(QDialog):
|
||||
|
||||
def __init__(self, mw, importer):
|
||||
|
|
Loading…
Reference in a new issue