From 4cbd55491dd86ea99e1ea8190a20bd13e0f328ae Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 16 Jul 2005 01:43:18 +0000 Subject: fixed bugs, adopted some patches. svn path=/trunk/; revision=3347 --- pd/src/g_numbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pd/src/g_numbox.c') diff --git a/pd/src/g_numbox.c b/pd/src/g_numbox.c index 79fd3e9d..547641c5 100644 --- a/pd/src/g_numbox.c +++ b/pd/src/g_numbox.c @@ -36,7 +36,7 @@ static t_class *my_numbox_class; static void my_numbox_tick_reset(t_my_numbox *x) { - if(x->x_gui.x_fsf.x_change && x->x_gui.x_glist) + if(x->x_gui.x_fsf.x_change && x->x_gui.x_glist) { x->x_gui.x_fsf.x_change = 0; (*x->x_gui.x_draw)(x, x->x_gui.x_glist, IEM_GUI_DRAW_MODE_UPDATE); -- cgit v1.2.1