From c0f5d740a5b1ca4db6d1ef2a38dc8a29b63a3a0c Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 5 May 2018 20:18:01 +0100 Subject: Damage container when updating title --- sway/tree/container.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sway/tree/container.c') diff --git a/sway/tree/container.c b/sway/tree/container.c index cc3bde0a..db02c69c 100644 --- a/sway/tree/container.c +++ b/sway/tree/container.c @@ -621,6 +621,7 @@ void container_update_title_textures(struct sway_container *container) { &config->border_colors.unfocused); update_title_texture(container, &container->title_urgent, &config->border_colors.urgent); + container_damage_whole(container); } void container_calculate_title_height(struct sway_container *container) { -- cgit v1.2.3-54-g00ecf