aboutsummaryrefslogtreecommitdiffstats
path: root/sway/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/config.c')
-rw-r--r--sway/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/config.c b/sway/config.c
index d2386f46..636f5f57 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -773,6 +773,6 @@ void config_update_font_height(bool recalculate) {
773 } 773 }
774 774
775 if (config->font_height != prev_max_height) { 775 if (config->font_height != prev_max_height) {
776 arrange_and_commit(&root_container); 776 arrange_windows(&root_container);
777 } 777 }
778} 778}