mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2024-11-05 03:47:10 +02:00
eeshow/dwg.c (dwg_hlabel): style for tri-state is the same as for bidir
This commit is contained in:
parent
bddbad65f1
commit
353aec1863
@ -350,6 +350,7 @@ void dwg_hlabel(int x, int y, const char *s, int dir, int dim,
|
||||
case dwg_out:
|
||||
n = make_box(box_right, dim, vx, vy);
|
||||
break;
|
||||
case dwg_tri:
|
||||
case dwg_bidir:
|
||||
n = make_box(box_both, dim, vx, vy);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user