Skip to content

Change window highlight style in WindowHeapDelegate

Vlad Zahorodnii requested to merge work/zzag/ligher-highlight-element into master

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.


Screenshot_20231206_135220-1

Edited by Vlad Zahorodnii

Merge request reports