mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Disable asynchronous loading of SettingItem when Qt Version < 5.5
This commit is contained in:
parent
b1d5cad898
commit
332321b991
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ ScrollView
|
||||||
property var propertyProvider: provider
|
property var propertyProvider: provider
|
||||||
|
|
||||||
//Qt5.4.2 and earlier has a bug where this causes a crash: https://bugreports.qt.io/browse/QTBUG-35989
|
//Qt5.4.2 and earlier has a bug where this causes a crash: https://bugreports.qt.io/browse/QTBUG-35989
|
||||||
asynchronous: true
|
asynchronous: QT_VERSION_STR.split(".")[1] >= 5
|
||||||
|
|
||||||
source:
|
source:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue