QML UI: cylinders aren't editable

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-12-08 07:57:59 -06:00
parent 9755650b3c
commit 9145ea209f

View file

@ -290,7 +290,7 @@ Item {
}
Controls.ComboBox {
id: cylinderBox
editable: true
flat: true
model: diveDetailsListView.currentItem && diveDetailsListView.currentItem.modelData !== null ?
diveDetailsListView.currentItem.modelData.dive.cylinderList : null
inputMethodHints: Qt.ImhNoPredictiveText