Index: plugins/io_eeschema/read_disp.c =================================================================== --- plugins/io_eeschema/read_disp.c (revision 11381) +++ plugins/io_eeschema/read_disp.c (revision 11382) @@ -2107,6 +2107,10 @@ dy = csch_alien_coord_y(&ctx->alien, y) - t->spec1.y; } + dbg_printf(" justify BB={%u,%u}, d={%i,%i}, rot=%i\n", + (unsigned int)bbw, (unsigned int)bbh, + (int)dx, (int)dy, (int)rot); + if(eeschema_justify_text(ctx, justify, bbw, bbh, rot, &dx, &dy, &mirx, &miry)) { @@ -2117,6 +2121,9 @@ { eeschema_sym_child_moverotmir(ctx, symref, (csch_chdr_t*)t, dx, dy, rot, mirx, miry); + + dbg_printf(" moverotmir: dx=%i, dy=%i, rot=%i, mir=%i/%i\n", + (int)dx, (int)dy, (int)rot, (int)mirx, (int)miry); } else {