Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-02-21 22:47:38 +0300
committerJaime van Kessel <nallath@gmail.com>2019-02-21 22:50:44 +0300
commit7221b23457568507cf061b412eff3c48f0d9dda0 (patch)
treed9ff57596a120bde68bbf1731f93cbc6ef53b967 /resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
parent8409d7d6455517624d88f267b314a6649fb51059 (diff)
Add a property to temporarily disable the material models from updating.
This allows the QMl to stop the updating when it's not even visible
Diffstat (limited to 'resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml')
-rw-r--r--resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
index 29e9cd6353..d05ef09c92 100644
--- a/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
+++ b/resources/qml/Menus/ConfigurationMenu/CustomConfiguration.qml
@@ -254,6 +254,7 @@ Item
menu: Cura.MaterialMenu
{
extruderIndex: Cura.ExtruderManager.activeExtruderIndex
+ updateModels: materialSelection.visible
}
}
}