Skip to content

Fix color of existing nick items in the list after system color change

QTreeWidgetItem::setForeground stored a cached brush with each item, which would not be automatically updated on change of the application#s color palette. Which can be annoying trying to find a nice systemcolor palette that also suits the list of nicks.

@psn @hein @argonel

Merge request reports