1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-10-04 07:46:01 +03:00

sch2fig/lib.c (draw_pin_name): flip pin names rotated by 270 degrees

This commit is contained in:
Werner Almesberger 2016-07-26 13:58:33 -03:00
parent a36ec41dc6
commit c3f73d8335

View File

@ -238,6 +238,7 @@ static void draw_pin_name(const struct comp *comp, const struct pin_obj *pin,
switch (txt.rot) {
case 180:
case 270:
text_flip_x(&txt);
break;
default: