Bugfix: Add missing tree_render() when handling the urgency hint (Thanks mxf)
This commit is contained in:
parent
a149283964
commit
8b21812bbd
|
@ -815,6 +815,8 @@ static int handle_hints(void *data, xcb_connection_t *conn, uint8_t state, xcb_w
|
|||
|
||||
workspace_update_urgent_flag(con_get_workspace(con));
|
||||
|
||||
tree_render();
|
||||
|
||||
#if 0
|
||||
/* If the workspace this client is on is not visible, we need to redraw
|
||||
* the workspace bar */
|
||||
|
|
Loading…
Reference in New Issue