CURA-4870 Make the Sync button react when the output device changed,

otherwise can show a wrong value (not updated).
This commit is contained in:
Diego Prado Gesto 2018-03-21 15:08:34 +01:00
parent 1beabd715f
commit 3eb9969d6d

View File

@ -98,4 +98,10 @@ Button
target: Cura.MachineManager
onCurrentConfigurationChanged: updateOnSync()
}
Connections
{
target: Cura.MachineManager
onOutputDevicesChanged: updateOnSync()
}
}