]> git.sur5r.net Git - i3/i3/blobdiff - src/move.c
Force redrawing the indicators after a move.
[i3/i3] / src / move.c
index 00bcf2d9c4d3bd8e44be67845cbc08a2b954536f..d1ac8a68f193031b8677c5f219e0d4932c49b733 100644 (file)
@@ -195,5 +195,8 @@ end:
      * container(s) would still point to the old container(s)). */
     con_focus(con);
 
+    /* force re-painting the indicators */
+    FREE(con->deco_render_params);
+
     tree_flatten(croot);
 }