Skip to content
Commit 09e09a9c authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Breeze Style] Fix flickering during KPageTreeView animation

QTreeView animates expanding/collapsing of branches. It renders the widget into a temporary pixmap for speed
which is then animated. The pixmap's background, however, is unconditionally filled with the widget's palette's
base color which is different from the window background color onto which we paint when side panel frames are disabled.

This leads to flickering as the background is different during the animation. Depending on the colorscheme
this can be quite noticeable (e.g. Honeycomb).

Differential Revision: https://phabricator.kde.org/D7089
parent e827fa08
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