First container is now updated withouth recursion possible

We now use a set of keys that we are handling in order to prevent the lock

CURA-1758
This commit is contained in:
Jaime van Kessel 2016-07-22 10:43:26 +02:00
parent 8307dba643
commit cafb46cb1d
2 changed files with 7 additions and 5 deletions

View file

@ -60,8 +60,6 @@ ScrollView
property var settingDefinitionsModel: definitionsModel
property var propertyProvider: provider
property var stackId: ExtruderManager.activeExtruderStackId ? ExtruderManager.activeExtruderStackId : Cura.MachineManager.activeMachineId
//Qt5.4.2 and earlier has a bug where this causes a crash: https://bugreports.qt.io/browse/QTBUG-35989
//In addition, while it works for 5.5 and higher, the ordering of the actual combo box drop down changes,
//causing nasty issues when selecting different options. So disable asynchronous loading of enum type completely.