Index: constraint.c =================================================================== --- constraint.c (revision 29329) +++ constraint.c (revision 29330) @@ -177,7 +177,7 @@ cnst_line2(&cons); else if (pcb_crosshair.AttachedObject.State == PCB_CH_STATE_SECOND) /* normal d&d move or copy */ cnst_move(&cons); - else if (pcb_tool_note.Moving) /* selected copy (buffer mode) */ + else if (pcb_crosshair_note.Moving) /* selected copy (buffer mode) */ cnst_move(&cons); }