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 17082ef5b7
commit ffe925f733

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))