Bugfix: use tree_render() instead of x_push_changes() to re-render and update the stack
This commit is contained in:
parent
7154fecbbf
commit
0689f6d8f1
@ -204,7 +204,7 @@ int handle_enter_notify(void *ignored, xcb_connection_t *conn,
|
||||
return 1;
|
||||
|
||||
con_focus(con_descend_focused(con));
|
||||
x_push_changes(croot);
|
||||
tree_render();
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user