mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +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);
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue