Index: data.c =================================================================== --- data.c (revision 29725) +++ data.c (revision 29726) @@ -438,7 +438,7 @@ case PCB_TXM_COORD: PCB_TEXT_ALL_LOOP(data); { - pcb_text_mirror_coords(layer, text, y_offs, undoable); + pcb_text_mirror_coords(text, y_offs, undoable); } PCB_ENDALL_LOOP; break;