Skip to content
Snippets Groups Projects
Commit 936cf1e9 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

*Disabled debugging (there was no regression, it was a patch setup that I failed to acknowledge)

parent ddae0db3
No related branches found
No related tags found
1 merge request!516Improvements to the g_numbox (iemgui's numbox2)
Pipeline #2711 failed
...@@ -806,7 +806,7 @@ static void my_numbox_list(t_my_numbox *x, t_symbol *s, int ac, t_atom *av) ...@@ -806,7 +806,7 @@ static void my_numbox_list(t_my_numbox *x, t_symbol *s, int ac, t_atom *av)
} }
else if (ac == 2 && x->x_gui.x_change == 1 && IS_A_FLOAT(av,0) && IS_A_SYMBOL(av,1) && av[0].a_w.w_float == 1) else if (ac == 2 && x->x_gui.x_change == 1 && IS_A_FLOAT(av,0) && IS_A_SYMBOL(av,1) && av[0].a_w.w_float == 1)
{ {
fprintf(stderr,"got keyname %s while grabbed\n", av[1].a_w.w_symbol->s_name); //fprintf(stderr,"got keyname %s while grabbed\n", av[1].a_w.w_symbol->s_name);
if (!strcmp("Up", av[1].a_w.w_symbol->s_name)) if (!strcmp("Up", av[1].a_w.w_symbol->s_name))
{ {
//fprintf(stderr,"...Up\n"); //fprintf(stderr,"...Up\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment