mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
Damage container when updating title
This commit is contained in:
parent
70b80b4698
commit
c0f5d740a5
@ -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…
Reference in New Issue
Block a user