save current field when field map dialog rejected

This commit is contained in:
Damien Elmes 2012-03-30 00:29:50 +09:00
parent fd8b7cd63b
commit 42a0e17097

View file

@ -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):