Skip to content

Simplify Window::updateLayer()

Vlad Zahorodnii requested to merge work/zzag/simplify-window-update-layer into master

The stack layer of a transient doesn't depend on its transient parent.

It is not clear why this code exists, it dates back to a commit 20 years ago, which is massive and difficult to analyze. But, with that being said, Window::belongsToLayer() doesn't place transients in parent's stack layer, stack constraints are used instead.

Merge request reports