Fix removing a rule's exit action
This commit is contained in:
parent
99006aeaad
commit
525e823896
@ -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