]> git.sur5r.net Git - i3/i3/commit
Bugfix: Fix focus when moving Cons
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Nov 2010 17:05:53 +0000 (18:05 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 28 Nov 2010 17:05:53 +0000 (18:05 +0100)
commit4fcd2f6e7ef71bef62044b09993e4dee88044e84
tree2fd77344e4efb989e3aeff38bb7fe1980633c1ad
parentf55d5e12c9e6c86a831f209aa73ac31260d50e4b
Bugfix: Fix focus when moving Cons

When having two v-splits on a horizontal desktop:
----------------
|  t1   |  t3  |
|-------|------|
|  t2   |  t4  |
----------------
…focus is on t2, and you move it into the right v-split (move after h), the
focus was not properly updated. That is, inside the right v-split, focus was
correct, but the workspace focus was still pointing to the left v-split.
src/tree.c