From f5e3971cd9ff695e1c2da4c8615ee0ec98ac7dcc Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 24 Jan 2016 19:01:49 -0500
Subject: [PATCH] Death to tcl Part 2 (cont.): g_bang.c

---
 pd/src/g_bang.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pd/src/g_bang.c b/pd/src/g_bang.c
index b0bea1f92..81ba17cc8 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;
 }
 
-- 
GitLab