Bugfix: Fix assignments to not yet visible workspaces
This was broken by commit 5a1668db3
This commit is contained in:
parent
06ef55ff1f
commit
3e7ae4f7de
|
@ -446,6 +446,7 @@ map:
|
||||||
if ((new->workspace->fullscreen_client == NULL) || new->fullscreen) {
|
if ((new->workspace->fullscreen_client == NULL) || new->fullscreen) {
|
||||||
if (!client_is_floating(new)) {
|
if (!client_is_floating(new)) {
|
||||||
new->container->currently_focused = new;
|
new->container->currently_focused = new;
|
||||||
|
if (map_frame)
|
||||||
render_container(conn, new->container);
|
render_container(conn, new->container);
|
||||||
}
|
}
|
||||||
if (new->container == CUR_CELL || client_is_floating(new))
|
if (new->container == CUR_CELL || client_is_floating(new))
|
||||||
|
|
Loading…
Reference in New Issue