Fix removing a rule's exit action

This commit is contained in:
Michael Zanetti 2018-12-17 22:55:35 +01:00
parent 99006aeaad
commit 525e823896

View File

@ -625,7 +625,7 @@ Page {
Layout.fillWidth: true
implicitWidth: parent.width
ruleAction: root.rule.exitActions.get(index)
onClicked: root.rule.exitActions.removeRuleAction(index)
onRemoveRuleAction: root.rule.exitActions.removeRuleAction(index)
}
}