summaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index 90f6529a..c9a9cc74 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -246,7 +246,6 @@ _continue:
246 246
247 if (is_active) { 247 if (is_active) {
248 temp_config->reloading = false; 248 temp_config->reloading = false;
249 container_map(&root_container, reset_gaps, NULL);
250 arrange_windows(&root_container, -1, -1); 249 arrange_windows(&root_container, -1, -1);
251 } 250 }
252 config = temp_config; 251 config = temp_config;