Skip to content

effects: Fix window highlighting in WindowHeap

Currently, windows are not highlighted as expected in the window view effect if the keyboard focus belongs to another screen view.

In general, it makes more sense to apply "Window.window.activeFocusItem" constraint only to heap.selected.

Merge request reports