mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Same cache as other setting-lists to reduce slowness on scroll.
This does incur a cost on the first load of the list though. CURA-12442
This commit is contained in:
parent
1198746870
commit
cb0d69d9f2
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ UM.PreferencesPage
|
|||
expanded: ["*"]
|
||||
visibilityHandler: UM.SettingPreferenceVisibilityHandler {}
|
||||
}
|
||||
cacheBuffer: 1000000 // Set a large cache to effectively just cache every list item.
|
||||
|
||||
property Component settingVisibilityCategory: Cura.SettingVisibilityCategory {}
|
||||
property Component settingVisibilityItem: Cura.SettingVisibilityItem {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue