Index: move.c =================================================================== --- move.c (revision 29148) +++ move.c (revision 29149) @@ -292,6 +292,7 @@ ctx.copy.DeltaX = DX; ctx.copy.DeltaY = DY; ctx.copy.from_outside = 0; + ctx.copy.keep_id = 0; /* the subroutines add the objects to the undo-list */ ptr = pcb_object_operation(&CopyFunctions, &ctx, Type, Ptr1, Ptr2, Ptr3);