]> git.sur5r.net Git - i3/i3/commitdiff
attach_to_workspace: set new parent before tree_render
authorOrestis Floros <orestisf1993@gmail.com>
Wed, 12 Dec 2018 17:09:39 +0000 (19:09 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Jan 2019 20:20:08 +0000 (21:20 +0100)
on_remove_child calls tree_close_internal which calls tree_render and
the tree is in an invalid state if con->parent still points to the old
parent.

Fixes #3556


No differences found