diff --git a/pd/src/g_bang.c b/pd/src/g_bang.c index b0bea1f924fd3141b0ab31df6bb4a42f7da79194..81ba17cc8174103e0c025be63d15d401b9e3bbd5 100644 --- a/pd/src/g_bang.c +++ b/pd/src/g_bang.c @@ -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; }