aboutsummaryrefslogtreecommitdiff
path: root/gui/w_envgen.h
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2003-09-15 11:53:40 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2003-09-15 11:53:40 +0000
commit2b575004921176d43108b47c2b595e8eb80d87fe (patch)
treec2f88484a464115a6e505839cd979007df50fa3c /gui/w_envgen.h
parent1e3891a7e0d3b60e89d0968b14e826ea92c28e15 (diff)
some bugfixes, GOP still not working
svn path=/trunk/externals/ggee/; revision=968
Diffstat (limited to 'gui/w_envgen.h')
-rwxr-xr-xgui/w_envgen.h4
1 files changed, 2 insertions, 2 deletions
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),