diff options
Diffstat (limited to 'sway/tree')
-rw-r--r-- | sway/tree/view.c | 1 |
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) { view->container->title = NULL; view->container->formatted_title = NULL; } - config_update_font_height(); // Update title after the global font height is updated container_update_title_textures(view->container); |