Update parent urgency hint if a child is removed.
This commit is contained in:
committed by
Michael Stapelberg
parent
3cf46ef4cc
commit
78fad71894
@ -1369,6 +1369,8 @@ static void con_on_remove_child(Con *con) {
|
||||
}
|
||||
|
||||
con_force_split_parents_redraw(con);
|
||||
con->urgent = con_has_urgent_child(con);
|
||||
con_update_parents_urgency(con);
|
||||
|
||||
/* TODO: check if this container would swallow any other client and
|
||||
* don’t close it automatically. */
|
||||
|
Reference in New Issue
Block a user