Force redrawing the indicators after a move.

Fixes a bug where splitting then moving in the other orientation
(e.g. v-splitting and moving right) would result in the old
indicators not disappearing.
This commit is contained in:
Fernando Tarlá Cardoso Lemos
2012-01-22 13:15:35 -02:00
committed by Michael Stapelberg
parent ae049449af
commit d579992528

View File

@ -195,5 +195,8 @@ end:
* container(s) would still point to the old container(s)). */ * container(s) would still point to the old container(s)). */
con_focus(con); con_focus(con);
/* force re-painting the indicators */
FREE(con->deco_render_params);
tree_flatten(croot); tree_flatten(croot);
} }