mirror of
https://github.com/swaywm/sway
synced 2024-11-18 14:53:52 +01:00
Merge pull request #806 from thejan2009/fix-nested-layouts
Update container geometry on layout switch
This commit is contained in:
commit
955020b161
@ -1998,6 +1998,7 @@ static struct cmd_results *cmd_layout(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
update_layout_geometry(parent, old_layout);
|
update_layout_geometry(parent, old_layout);
|
||||||
|
update_geometry(parent);
|
||||||
|
|
||||||
arrange_windows(parent, parent->width, parent->height);
|
arrange_windows(parent, parent->width, parent->height);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user