Index: trunk/src_plugins/io_pads/delay_create.c =================================================================== --- trunk/src_plugins/io_pads/delay_create.c (revision 34664) +++ trunk/src_plugins/io_pads/delay_create.c (revision 34665) @@ -253,6 +253,9 @@ t->str = rnd_strdup(str); t->flags = flags; + if (dlcr->flip_y) + t->anchy = anchy - bbh; + bbox.X1 = x - bbw; bbox.Y1 = y - bbh; bbox.X2 = x + 2*bbw;