Index: gtkhid-cairo.c =================================================================== --- gtkhid-cairo.c (revision 17349) +++ gtkhid-cairo.c (revision 17350) @@ -1156,7 +1156,7 @@ /* Draws "GUI" information on top of design */ priv->cr = priv->cr_drawing_area; pcb_draw_attached(0); - pcb_draw_mark(); + pcb_draw_mark(0); draw_lead_user(priv); @@ -1242,7 +1242,7 @@ } if (priv->mark_invalidate_depth == 0) - pcb_draw_mark(); + pcb_draw_mark(0); if (!changes_complete) { priv->mark_invalidate_depth++;