diff --git a/aqt/clayout.py b/aqt/clayout.py index 403e35813..1ef54efcf 100644 --- a/aqt/clayout.py +++ b/aqt/clayout.py @@ -288,15 +288,13 @@ class CardLayout(QDialog): self.connect(self.form.fieldDown, SIGNAL("clicked()"), self.moveFieldDown) self.connect(self.form.fieldName, SIGNAL("lostFocus()"), - self.fillFieldList) + self.saveField) self.connect(self.form.fontFamily, SIGNAL("currentFontChanged(QFont)"), self.saveField) self.connect(self.form.fontSize, SIGNAL("valueChanged(int)"), self.saveField) self.connect(self.form.fontSizeEdit, SIGNAL("valueChanged(int)"), self.saveField) - self.connect(self.form.fieldName, SIGNAL("textEdited(QString)"), - self.saveField) self.connect(self.form.preserveWhitespace, SIGNAL("stateChanged(int)"), self.saveField) self.connect(self.form.fieldUnique, SIGNAL("stateChanged(int)"),