X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=src%2Ffloating.c;h=4833466cc5d902030fd598fa87b882fedf400955;hp=a99d0970f356156abbd29e96a4167e7185ece558;hb=HEAD;hpb=2ddf4f2c6d6f304ea0a8f45020d3d83e680f59b1 diff --git a/src/floating.c b/src/floating.c index a99d0970..4833466c 100644 --- a/src/floating.c +++ b/src/floating.c @@ -907,8 +907,7 @@ bool floating_reposition(Con *con, Rect newrect) { /* Workspace change will already result in a tree_render. */ if (!reassigned) { - render_con(con, false); - x_push_node(con); + tree_render(); } return true; }