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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index ccb03088..b2f70d70 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -1280,7 +1280,6 @@ void view_update_title(struct sway_view *view, bool force) {
1280 view->container->title = NULL; 1280 view->container->title = NULL;
1281 view->container->formatted_title = NULL; 1281 view->container->formatted_title = NULL;
1282 } 1282 }
1283 config_update_font_height();
1284 1283
1285 // Update title after the global font height is updated 1284 // Update title after the global font height is updated
1286 container_update_title_textures(view->container); 1285 container_update_title_textures(view->container);