Index: obj_text.h =================================================================== --- obj_text.h (revision 4840) +++ obj_text.h (revision 4841) @@ -56,7 +56,7 @@ #define MOVE_TEXT_LOWLEVEL(t,dx,dy) \ { \ - MOVE_BOX_LOWLEVEL(&((t)->BoundingBox),(dx),(dy)); \ + PCB_BOX_MOVE_LOWLEVEL(&((t)->BoundingBox),(dx),(dy)); \ MOVE((t)->X, (t)->Y, (dx), (dy)); \ }