CURA-4386 CURA-4379 change stack behaviours to fix crashes

This commit is contained in:
ChrisTerBeke 2017-09-28 16:00:16 +02:00
parent e3edc79a3e
commit 1b8766b953
6 changed files with 34 additions and 29 deletions

View file

@ -91,12 +91,7 @@ Column
Connections
{
target: Cura.MachineManager
onGlobalContainerChanged:
{
forceActiveFocus() // Changing focus applies the currently-being-typed values so it can change the displayed setting values.
// var extruder_index = (machineExtruderCount.properties.value == 1) ? -1 : 0
// ExtruderManager.setActiveExtruderIndex(extruder_index);
}
onGlobalContainerChanged: forceActiveFocus() // Changing focus applies the currently-being-typed values so it can change the displayed setting values.
}
delegate: Button
@ -294,6 +289,15 @@ Column
menu: MaterialMenu { extruderIndex: base.currentExtruderIndex }
}
Connections
{
target: Cura.MachineManager
onGlobalContainerChanged:
{
}
}
}
// Print core row