Bugfix: Set focus when table was shrinked and CUR_CELL might have been shrinked

This commit is contained in:
Michael Stapelberg
2009-02-28 01:12:05 +01:00
parent e4b637b67b
commit d8a6f41e39
4 changed files with 10 additions and 4 deletions

@ -176,7 +176,7 @@ static void move_current_window(xcb_connection_t *connection, direction_t direct
new->currently_focused = current_client;
/* delete all empty columns/rows */
cleanup_table(container->workspace);
cleanup_table(connection, container->workspace);
render_layout(connection);
set_focus(connection, current_client);