mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-01-11 07:20:15 +02:00
sch2fig/lib.c (draw_pin_name): flip pin names rotated by 270 degrees
This commit is contained in:
parent
a36ec41dc6
commit
c3f73d8335
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user