mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Disable async loading for ToolboxDetailTile
CURA-6006
This commit is contained in:
parent
ab8a2a9b2b
commit
1487af167b
1 changed files with 5 additions and 1 deletions
|
|
@ -32,7 +32,11 @@ Item
|
||||||
model: toolbox.packagesModel
|
model: toolbox.packagesModel
|
||||||
delegate: Loader
|
delegate: Loader
|
||||||
{
|
{
|
||||||
asynchronous: true
|
// FIXME: When using asynchronous loading, on Mac and Windows, the tile may fail to load complete,
|
||||||
|
// leaving an empty space below the title part. We turn it off for now to make it work on Mac and
|
||||||
|
// Windows.
|
||||||
|
// Can be related to this QT bug: https://bugreports.qt.io/browse/QTBUG-50992
|
||||||
|
asynchronous: false
|
||||||
source: "ToolboxDetailTile.qml"
|
source: "ToolboxDetailTile.qml"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue