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 8105722a..89701640 100644
--- a/sway/config.c
+++ b/sway/config.c
@@ -825,6 +825,6 @@ void config_update_font_height(bool recalculate) {
825 root_for_each_container(find_font_height_iterator, &recalculate); 825 root_for_each_container(find_font_height_iterator, &recalculate);
826 826
827 if (config->font_height != prev_max_height) { 827 if (config->font_height != prev_max_height) {
828 arrange_windows(&root_container); 828 arrange_root();
829 } 829 }
830} 830}