Skip to content

Gracefully handle invalid color scheme setting

Nicolas Fella requested to merge work/colorcrash into master

When for whatever reason ColorScheme from kdeglobals point to a nonexistant scheme then no entry for m_palettes[QPlatformTheme::SystemPalette] is created, leading to a crash down the line

Instead fall back to BreezeLight to avoid a crash

BUG: 449613

Merge request reports