Bugfix: Correctly render decorations in tabbed containers (don’t overlap)
This fixes a regression introduced in b644fb5f26
.
This commit is contained in:
@ -277,7 +277,7 @@ DRAGGING_CB(drag_window_callback) {
|
||||
con->rect.y = old_rect->y + (new_y - event->root_y);
|
||||
|
||||
render_con(con, false);
|
||||
x_push_node(con, true);
|
||||
x_push_node(con);
|
||||
xcb_flush(conn);
|
||||
|
||||
/* Check if we cross workspace boundaries while moving */
|
||||
|
Reference in New Issue
Block a user