mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-23 09:23:10 +02:00
sch2fig/fig.c (fig_label): offset was reversed for "up"
This commit is contained in:
parent
629412e25c
commit
252e92fe64
@ -99,7 +99,7 @@ void fig_label(int x, int y, const char *s, int dir, int dim,
|
||||
case 1: /* up */
|
||||
txt.rot = 90;
|
||||
txt.hor = text_min;
|
||||
dx = 1;
|
||||
dx = -1;
|
||||
break;
|
||||
case 2: /* left */
|
||||
txt.rot = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user