aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index 97a52d91..0c0684c0 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -708,7 +708,6 @@ void container_set_floating(struct sway_container *container, bool enable) {
708 container->border = container->saved_border; 708 container->border = container->saved_border;
709 } 709 }
710 } 710 }
711 container->is_sticky = false;
712 } 711 }
713 712
714 container_end_mouse_operation(container); 713 container_end_mouse_operation(container);