mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Cache all of the settings list items instead of recreating them all the time.
Fixes CURA-1630 Settings disappear after selecting all options of Experimental Modes
This commit is contained in:
parent
df71269f82
commit
03914674c7
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ ScrollView
|
||||||
{
|
{
|
||||||
id: contents
|
id: contents
|
||||||
spacing: UM.Theme.getSize("default_lining").height;
|
spacing: UM.Theme.getSize("default_lining").height;
|
||||||
|
cacheBuffer: 1000000; // A huge to cache to effectively cache everything.
|
||||||
|
|
||||||
model: UM.SettingDefinitionsModel {
|
model: UM.SettingDefinitionsModel {
|
||||||
id: definitionsModel;
|
id: definitionsModel;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue