]> git.sur5r.net Git - i3/i3/commit
Bugfix: Attach new cons at the correct place when a floating con is focused (+test...
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 13 May 2011 19:29:01 +0000 (21:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 13 May 2011 19:30:37 +0000 (21:30 +0200)
commitaea445b690475b84051c9b3247cd8a5046dae4c7
tree390bf6574cc9c6008dfc27da9783fd504476ac6d
parent3d2cd6abaa5138320290f45b985cf6fb00df36e8
Bugfix: Attach new cons at the correct place when a floating con is focused (+test) (Thanks fernandotcl)

New containers were previously attached directly to the workspace instead of to
the previously focused place in the workspace (for example a stacked con).

Fixes: #376
src/tree.c
testcases/t/38-floating-attach.t