mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: fix saving fields using HintsTextEdit
The editText property is not there anymore, we need text Signed-off-by: Marco Martin <notmart@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
89d7dd4348
commit
8a71196e4e
2 changed files with 4 additions and 3 deletions
|
@ -100,6 +100,7 @@ TextField {
|
|||
onClicked: {
|
||||
hintsView.currentIndex = index
|
||||
root.text = modelData
|
||||
frame.shouldShow = false;
|
||||
}
|
||||
}
|
||||
ScrollBar.vertical: ScrollBar { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue