Skip to content

馃崚wayland: only set decoration palette once for each change (Qt6)

Fushan Wen requested to merge work/fuf/468408 into master

Because we filter events on the app, we receive palette change events for every widget and item, each causing a setPalette call for every window which can eventually overflow the wayland connection buffer.

(cherry picked from commit 058ae55b)

Merge request reports