Skip to content
Snippets Groups Projects
Commit 77c0d30c authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Death to tcl Part 2 (cont.): g_numbox.c

parent 8ff46c81
No related branches found
No related tags found
No related merge requests found
...@@ -331,11 +331,11 @@ static void my_numbox__motionhook(t_scalehandle *sh, ...@@ -331,11 +331,11 @@ static void my_numbox__motionhook(t_scalehandle *sh,
my_numbox_draw_move(x, x->x_gui.x_glist); my_numbox_draw_move(x, x->x_gui.x_glist);
my_numbox_draw_config(x, x->x_gui.x_glist); my_numbox_draw_config(x, x->x_gui.x_glist);
my_numbox_draw_update((t_gobj*)x, x->x_gui.x_glist); my_numbox_draw_update((t_gobj*)x, x->x_gui.x_glist);
/* These were just a crude way to guarantee correct
/* redrawing when testing, but it looks like the calls
gobj_vis(x, x->x_gui.x_glist, 0); above take care of it. */
gobj_vis(x, x->x_gui.x_glist, 1); //gobj_vis(x, x->x_gui.x_glist, 0);
*/ //gobj_vis(x, x->x_gui.x_glist, 1);
scalehandle_unclick_scale(sh); scalehandle_unclick_scale(sh);
} }
......
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