Skip to content

Add safety guards in FocusChain::move{After,Before}Window()

Vlad Zahorodnii requested to merge work/zzag/focus-chain-safety-guards into master

If the window is the same as the reference, the window will be inserted at index "-1", which is wrong.

Merge request reports