Skip to content

Use correct Event to detect palette change

Nicolas Fella requested to merge work/nico/change into master

PaletteChanged is emitted any time a widget changes something in its palette.

What we want is to get notified when the global palette changes, which is a different event

Merge request reports