Bugfix: Correctly render decorations in tabbed containers (don’t overlap)

This fixes a regression introduced in b644fb5f26.
This commit is contained in:
Michael Stapelberg
2011-05-01 18:48:30 +02:00
parent 43ec3ddbaf
commit d28008aa63
3 changed files with 23 additions and 7 deletions

View File

@ -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 */