summaryrefslogtreecommitdiffstats
path: root/sway/tree/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/root.c')
-rw-r--r--sway/tree/root.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/root.c b/sway/tree/root.c
index 55d78487..6759b6cf 100644
--- a/sway/tree/root.c
+++ b/sway/tree/root.c
@@ -131,6 +131,7 @@ void root_scratchpad_show(struct sway_container *con) {
131 // Show the container 131 // Show the container
132 if (old_ws) { 132 if (old_ws) {
133 container_detach(con); 133 container_detach(con);
134 workspace_consider_destroy(old_ws);
134 } 135 }
135 workspace_add_floating(new_ws, con); 136 workspace_add_floating(new_ws, con);
136 137