mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 23:01:10 -07:00
Prevent a few expensive conversions from happening in the QML
This commit is contained in:
parent
b64cf1fe1c
commit
d9c4edf093
2 changed files with 3 additions and 3 deletions
|
|
@ -97,7 +97,7 @@ Menu
|
|||
id: brandMaterialsMenu
|
||||
title: materialName
|
||||
property string materialName: model.name
|
||||
property var brandMaterialColors: model.colors
|
||||
property ListModel brandMaterialColors: model.colors
|
||||
|
||||
Instantiator
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue