Skip to content
Commit a7987f5a authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Change window highlight style in WindowHeapDelegate

Currently FrameSvgItem is used to highlight selected or hovered windows.
But the problem with it is that it's a bit heavyweight. As a way around
it, we could put it in a Loader, but that's going to be bring a set of
other challenges.

As an alternative solution, this change replaces FrameSvgItem with a
simple outline. It still produces decent visuals and it's simpler.
parent 4ad5670d
Pipeline #550395 passed with stage
in 9 minutes and 39 seconds
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