NTextInput: fixing caller onEditingFinished
This commit is contained in:
parent
049ea7c4e6
commit
d0762bea31
6 changed files with 14 additions and 8 deletions
|
|
@ -59,7 +59,9 @@ Item {
|
|||
text: Settings.data.general.avatarImage
|
||||
placeholderText: "/home/user/.face"
|
||||
Layout.fillWidth: true
|
||||
onEditingFinished: Settings.data.general.avatarImage = text
|
||||
onEditingFinished: function () {
|
||||
Settings.data.general.avatarImage = text
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue