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

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

parent 56e38d5a
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,9 @@ static void bng__clickhook(t_scalehandle *sh, int newstate)
if (!sh->h_scale) /* click on a label handle */
scalehandle_click_label(sh);
}
// iemgui__clickhook3(sh,newstate);
/* We no longer need this "clickhook", as we can handle the dragging
either in the GUI (for the label handle) or or in canvas_doclick */
//iemgui__clickhook3(sh,newstate);
sh->h_dragon = newstate;
}
......
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