Merge remote-tracking branch 'origin/fix-combobox-paramdescriptordelegate' into landing-silo
This commit is contained in:
commit
6a8c083f33
@ -159,7 +159,7 @@ ItemDelegate {
|
||||
ComboBox {
|
||||
model: paramType.allowedValues
|
||||
onCurrentIndexChanged: {
|
||||
root.value = paramType.allowedValues[index]
|
||||
root.value = paramType.allowedValues[currentIndex]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -64,7 +64,6 @@ Page {
|
||||
for (var i = 0; i < delegateRepeater.count; i++) {
|
||||
var paramDelegate = delegateRepeater.itemAt(i);
|
||||
if (paramDelegate.considerParam) {
|
||||
print("setting param descriptor to", paramDelegate.operatorType)
|
||||
root.eventDescriptor.paramDescriptors.setParamDescriptor(paramDelegate.paramType.id, paramDelegate.value, paramDelegate.operatorType)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user