From 97672295ed50d1d6272876c4a3b6b5607cab05c6 Mon Sep 17 00:00:00 2001 From: Ryan Dwyer Date: Sun, 27 May 2018 23:43:05 +1000 Subject: Don't unmaximize floating views --- sway/tree/container.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'sway/tree/container.c') diff --git a/sway/tree/container.c b/sway/tree/container.c index 4e041508..9e70da09 100644 --- a/sway/tree/container.c +++ b/sway/tree/container.c @@ -920,9 +920,6 @@ void container_set_floating(struct sway_container *container, bool enable) { container_add_child(workspace, container); container->width = container->parent->width; container->height = container->parent->height; - if (container->type == C_VIEW) { - view_set_tiled(container->sway_view, true); - } container->is_sticky = false; container_reap_empty_recursive(workspace->sway_workspace->floating); } -- cgit v1.2.3