Actions are now reset before every run

CURA-1385
This commit is contained in:
Jaime van Kessel 2016-06-22 14:39:41 +02:00
parent dcafb7d83a
commit d5b07d29de
3 changed files with 7 additions and 4 deletions

View file

@ -54,6 +54,7 @@ UM.ManagementPage
onClicked:
{
actionDialog.content = machineActionRepeater.model[index].displayItem
machineActionRepeater.model[index].displayItem.reset()
actionDialog.show()
}
}