Merge PR #96: Fix removing a rule's exit action
This commit is contained in:
commit
ca727a9d9f
@ -625,7 +625,7 @@ Page {
|
|||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
implicitWidth: parent.width
|
implicitWidth: parent.width
|
||||||
ruleAction: root.rule.exitActions.get(index)
|
ruleAction: root.rule.exitActions.get(index)
|
||||||
onClicked: root.rule.exitActions.removeRuleAction(index)
|
onRemoveRuleAction: root.rule.exitActions.removeRuleAction(index)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user