Skip to content

KMessageWidget: Avoid calling polish() inside of palette update

Joshua Goins requested to merge work/redstrate/fix-my-bug into master

This causes infinite recursion as the palette is set and unset when the application uses CSS stylesheets. But this call is simply unnecessary and can be removed.

BUG: 487247

Merge request reports