aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index fcdd06f7..3ab971f7 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -1285,8 +1285,7 @@ void view_update_title(struct sway_view *view, bool force) {
1285 view->container->title = NULL; 1285 view->container->title = NULL;
1286 view->container->formatted_title = NULL; 1286 view->container->formatted_title = NULL;
1287 } 1287 }
1288 container_calculate_title_height(view->container); 1288 config_update_font_height();
1289 config_update_font_height(false);
1290 1289
1291 // Update title after the global font height is updated 1290 // Update title after the global font height is updated
1292 container_update_title_textures(view->container); 1291 container_update_title_textures(view->container);