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:
Simon Edwards 2016-06-06 16:03:16 +02:00
parent df71269f82
commit 03914674c7

View file

@ -24,6 +24,7 @@ ScrollView
{
id: contents
spacing: UM.Theme.getSize("default_lining").height;
cacheBuffer: 1000000; // A huge to cache to effectively cache everything.
model: UM.SettingDefinitionsModel {
id: definitionsModel;