Fix value display for event descriptors with multiple params

This commit is contained in:
Michael Zanetti 2021-08-10 23:16:18 +02:00
parent f813685ab6
commit 762670f8b6

View File

@ -96,7 +96,7 @@ NymeaSwipeDelegate {
ret += " " + qsTr("and %1 %2 %3")
.arg(paramType.displayName)
.arg(operatorString)
.arg(model.value)
.arg(paramDescriptor.value)
}
}