Index: undo_act.c =================================================================== --- undo_act.c (revision 4875) +++ undo_act.c (revision 4876) @@ -184,7 +184,7 @@ ptr2 = (pcb_line_t *) ptrtmp; if (conf_core.editor.auto_drc) { /* undo loses PCB_FLAG_FOUND */ - SET_FLAG(PCB_FLAG_FOUND, ptr2); + PCB_FLAG_SET(PCB_FLAG_FOUND, ptr2); DrawLine(CURRENT, ptr2); } Crosshair.AttachedLine.Point1.X = Crosshair.AttachedLine.Point2.X = ptr2->Point2.X;