Bugfix: Fix assignments to not yet visible workspaces

This was broken by commit 5a1668db3
This commit is contained in:
Michael Stapelberg 2009-12-12 18:43:30 +01:00
parent 06ef55ff1f
commit 3e7ae4f7de
1 changed files with 2 additions and 1 deletions

View File

@ -446,6 +446,7 @@ map:
if ((new->workspace->fullscreen_client == NULL) || new->fullscreen) {
if (!client_is_floating(new)) {
new->container->currently_focused = new;
if (map_frame)
render_container(conn, new->container);
}
if (new->container == CUR_CELL || client_is_floating(new))