Fix applying configuration when clicking

Also no longer use that signal for it. It was completely unnecessary.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-27 13:24:13 +01:00
parent 89126c7323
commit b15c272d23
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
2 changed files with 5 additions and 6 deletions

View file

@ -70,11 +70,6 @@ Column
{
width: parent.width - UM.Theme.getSize("default_margin").width
configuration: modelData
onActivateConfiguration:
{
switchPopupState()
Cura.MachineManager.applyRemoteConfiguration(configuration)
}
}
}
}