Skip to content
Commit bffd3b79 authored by Joshua Goins's avatar Joshua Goins
Browse files

KMessageWidget: Fix handling of palette changes

The Qt6 port changed it so the widget listens to
ApplicationPaletteChange, but this only works for top-level widgets.
Instead, we want to listen to palette change. Also prevents an infinite
recursion when doing so.

This fixes the text label and the icon being colored incorrectly on
palette changes.
parent 086892e5
Pipeline #657740 passed with stage
in 7 minutes and 1 second
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment