Skip to content

Avoid recreating palette in DecorationPalette::palette

Nicolas Fella requested to merge work/colors into master

KColorScheme::createApplicationPalette is quite expensive and DecorationPalette::palette is called quite a lot

Cache the result and only update when needed

Merge request reports