Index: obj_hash.h =================================================================== --- obj_hash.h (revision 22247) +++ obj_hash.h (revision 22248) @@ -52,8 +52,8 @@ { pcb_coord_t px, py; - px = srcx - tr->ox; - py = srcy - tr->oy; + px = srcx + tr->ox; + py = srcy + tr->oy; if ((tr->rot == 0.0) && (!tr->on_bottom)) { *dstx = px;