QML UI: cylinders aren't editable
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9755650b3c
commit
9145ea209f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user