1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2024-09-30 00:35:05 +03:00

eeshow/dwg.c (dwg_hlabel): style for tri-state is the same as for bidir

This commit is contained in:
Werner Almesberger 2016-08-11 02:42:37 -03:00
parent bddbad65f1
commit 353aec1863

View File

@ -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;