mirror of
https://github.com/swaywm/sway.git
synced 2026-04-17 06:46:32 -04:00
Merge 9887e7f500 into e51f9d7183
This commit is contained in:
commit
df290576c3
1 changed files with 1 additions and 1 deletions
|
|
@ -373,7 +373,7 @@ static void finalize_move(struct sway_seat *seat) {
|
|||
enum sway_container_layout new_layout = edge == WLR_EDGE_TOP ||
|
||||
edge == WLR_EDGE_BOTTOM ? L_VERT : L_HORIZ;
|
||||
workspace_split(new_ws, new_layout);
|
||||
workspace_insert_tiling(new_ws, con, after);
|
||||
workspace_insert_tiling(new_ws, con, after ? new_ws->tiling->length : 0);
|
||||
}
|
||||
|
||||
if (old_parent) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue