From 03c4dc00abadaa2d45d9890003e6d04a58befc65 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Sun, 17 Aug 2014 09:39:31 -0400 Subject: [PATCH] *fixed typo in g_numbox that broke compile --- pd/src/g_numbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pd/src/g_numbox.c b/pd/src/g_numbox.c index 17f81ee72..86e267293 100644 --- a/pd/src/g_numbox.c +++ b/pd/src/g_numbox.c @@ -474,7 +474,7 @@ static void my_numbox_dialog(t_my_numbox *x, t_symbol *s, int argc, scalehandle_draw(&x->x_gui); if (x->x_gui.x_selected) { - scalehandle_draw(&x->x_gui,x->x_gui.x_glist); + scalehandle_draw(&x->x_gui); iemgui_select((t_gobj *)x,x->x_gui.x_glist,1); } //canvas_restore_original_position(x->x_gui.x_glist, (t_gobj *)x,"bogus",-1); -- GitLab