Fix up my comment, make it clearer.

Fixes CURA-1630 Settings disappear after selecting all options of Experimental Modes
This commit is contained in:
Simon Edwards 2016-06-07 10:34:08 +02:00
parent 0a84867132
commit a6870b555b

View file

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