mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 17:39:02 +08:00
Workaround for ListView-cache-bug in Qt. [CURA-6435]
This commit is contained in:
parent
d72911df84
commit
5c28de05e1
@ -85,6 +85,8 @@ Item
|
|||||||
{
|
{
|
||||||
id: machineList
|
id: machineList
|
||||||
|
|
||||||
|
cacheBuffer: 0 // Workaround for https://bugreports.qt.io/browse/QTBUG-49224
|
||||||
|
|
||||||
model: UM.DefinitionContainersModel
|
model: UM.DefinitionContainersModel
|
||||||
{
|
{
|
||||||
id: machineDefinitionsModel
|
id: machineDefinitionsModel
|
||||||
|
@ -72,6 +72,8 @@ Item
|
|||||||
section.criteria: ViewSection.FullString
|
section.criteria: ViewSection.FullString
|
||||||
section.delegate: sectionHeading
|
section.delegate: sectionHeading
|
||||||
|
|
||||||
|
cacheBuffer: 0 // Workaround for https://bugreports.qt.io/browse/QTBUG-49224
|
||||||
|
|
||||||
Component.onCompleted:
|
Component.onCompleted:
|
||||||
{
|
{
|
||||||
// Select the first one that's not "unknown" by default.
|
// Select the first one that's not "unknown" by default.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user