Index: autocrop.c =================================================================== --- autocrop.c (revision 4953) +++ autocrop.c (revision 4954) @@ -121,7 +121,7 @@ { if (Layer) r_delete_entry(Layer->text_tree, (pcb_box_t *) Text); - MOVE_TEXT_LOWLEVEL(Text, dx, dy); + pcb_text_move(Text, dx, dy); if (Layer) r_insert_entry(Layer->text_tree, (pcb_box_t *) Text, 0); return Text;