mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Actions are now reset before every run
CURA-1385
This commit is contained in:
parent
dcafb7d83a
commit
d5b07d29de
3 changed files with 7 additions and 4 deletions
|
@ -54,6 +54,7 @@ UM.ManagementPage
|
|||
onClicked:
|
||||
{
|
||||
actionDialog.content = machineActionRepeater.model[index].displayItem
|
||||
machineActionRepeater.model[index].displayItem.reset()
|
||||
actionDialog.show()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue