mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-31 01:52:00 +08: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
@ -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…
x
Reference in New Issue
Block a user