From 2b575004921176d43108b47c2b595e8eb80d87fe Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 15 Sep 2003 11:53:40 +0000 Subject: some bugfixes, GOP still not working svn path=/trunk/externals/ggee/; revision=968 --- gui/w_envgen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/w_envgen.h') diff --git a/gui/w_envgen.h b/gui/w_envgen.h index ffd699e..c436947 100755 --- a/gui/w_envgen.h +++ b/gui/w_envgen.h @@ -187,11 +187,11 @@ static void envgen_shownum(t_envgen *x) ypos = (int) (x->x_obj.te_ypix + x->w.height); envgen_delnum(x); - if (!x->w.grabbed) return; + sys_vgui(".x%x.c create text %d %d -text %fx%f -tags %xT\n", (unsigned int)glist_getcanvas(x->w.glist), - (int) (xpos+(x->duration[i] * xscale) - 2), + (int) (xpos+(x->duration[i] * xscale) + 12), (int) (ypos - x->finalvalues[i]*yscale - 2), x->finalvalues[i]*(x->max-x->min), -- cgit v1.2.1