Fix value display for event descriptors with multiple params
This commit is contained in:
parent
f813685ab6
commit
762670f8b6
@ -96,7 +96,7 @@ NymeaSwipeDelegate {
|
|||||||
ret += " " + qsTr("and %1 %2 %3")
|
ret += " " + qsTr("and %1 %2 %3")
|
||||||
.arg(paramType.displayName)
|
.arg(paramType.displayName)
|
||||||
.arg(operatorString)
|
.arg(operatorString)
|
||||||
.arg(model.value)
|
.arg(paramDescriptor.value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user