Damage container when updating title

master
emersion 7 years ago
parent 70b80b4698
commit c0f5d740a5
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48

@ -621,6 +621,7 @@ void container_update_title_textures(struct sway_container *container) {
&config->border_colors.unfocused); &config->border_colors.unfocused);
update_title_texture(container, &container->title_urgent, update_title_texture(container, &container->title_urgent,
&config->border_colors.urgent); &config->border_colors.urgent);
container_damage_whole(container);
} }
void container_calculate_title_height(struct sway_container *container) { void container_calculate_title_height(struct sway_container *container) {

Loading…
Cancel
Save