Merge pull request #3212 from martinetd/move_floating

move to workspace: fix moving floating container to non-empty workspace
master
Brian Ashworth 6 years ago committed by GitHub
commit 5341e034df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -216,6 +216,7 @@ static void container_move_to_container(struct sway_container *container,
return; return;
} }
if (container_is_floating(container)) { if (container_is_floating(container)) {
container_move_to_workspace(container, destination->workspace);
return; return;
} }
struct sway_workspace *old_workspace = container->workspace; struct sway_workspace *old_workspace = container->workspace;

Loading…
Cancel
Save