mirror of
https://github.com/swaywm/sway.git
synced 2026-04-16 08:21:30 -04:00
Merge 73e821b93c into 81246fc6dc
This commit is contained in:
commit
2dbe69b82a
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