Merge PR #96: Fix removing a rule's exit action

This commit is contained in:
Jenkins 2018-12-18 01:04:26 +01:00
commit ca727a9d9f

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)
}
}