we always want to go back to the first field when adding

This commit is contained in:
Damien Elmes 2012-01-31 06:22:40 +09:00
parent 90b50ddd6c
commit 1e37473b8b

View file

@ -98,6 +98,7 @@ class AddCards(QDialog):
note.fields[n] = ""
except IndexError:
break
self.editor.currentField = 0
self.editor.setNote(note)
def removeTempNote(self, note):