mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:59:00 +08:00
Make all settingitems async
We're quite a few qt versions ahead now. The issue seems to have been resolved in the meantime!
This commit is contained in:
parent
ce3ac604f2
commit
d1afc63902
@ -265,10 +265,7 @@ Item
|
||||
property var globalPropertyProvider: inheritStackProvider
|
||||
property bool externalResetHandler: false
|
||||
|
||||
//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.
|
||||
asynchronous: model.type !== "enum" && model.type !== "extruder" && model.type !== "optional_extruder"
|
||||
asynchronous: true
|
||||
active: model.type !== undefined
|
||||
|
||||
source:
|
||||
|
Loading…
x
Reference in New Issue
Block a user