mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
update visibility for moved workspaces
This commit is contained in:
parent
08faffdd76
commit
0a74364656
|
@ -295,6 +295,8 @@ swayc_t *destroy_output(swayc_t *output) {
|
||||||
remove_child(child);
|
remove_child(child);
|
||||||
add_child(root_container.children->items[p], child);
|
add_child(root_container.children->items[p], child);
|
||||||
}
|
}
|
||||||
|
update_visibility(root_container.children->items[p]);
|
||||||
|
arrange_windows(root_container.children->items[p], -1, -1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
sway_log(L_DEBUG, "OUTPUT: Destroying output '%lu'", output->handle);
|
sway_log(L_DEBUG, "OUTPUT: Destroying output '%lu'", output->handle);
|
||||||
|
|
Loading…
Reference in a new issue