From d1afc6390258510450e6f061757025f62e257dcb Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 10 Jul 2020 14:28:58 +0200 Subject: [PATCH] Make all settingitems async We're quite a few qt versions ahead now. The issue seems to have been resolved in the meantime! --- resources/qml/Settings/SettingView.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 610e065554..108cf1a1f6 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -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: