mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
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:
parent
8307dba643
commit
cafb46cb1d
2 changed files with 7 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue