Set value before activating another extruder

Because all extruder tabs share the same SettingPropertyProvider, we want the property provider value to update before its container stack is changed, or the value carries over to the other containerstack, leaving the value for the initial containerstack unchanged
This commit is contained in:
fieldOfView 2017-04-10 20:37:41 +02:00
parent df7f039826
commit 6dd642469a

View file

@ -476,6 +476,7 @@ Cura.MachineAction
{
if(currentIndex > 0)
{
contentItem.forceActiveFocus();
ExtruderManager.setActiveExtruderIndex(currentIndex - 1);
}
}