From b5569da228783c7a1b4a2e0b2c913c54db7f08fe Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@vt.edu> Date: Wed, 17 Jun 2020 16:55:05 -0400 Subject: [PATCH] Added comment to provide an update on an issue documented in the comments --- pd/src/g_scalar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pd/src/g_scalar.c b/pd/src/g_scalar.c index 984accf40..e9f9de494 100644 --- a/pd/src/g_scalar.c +++ b/pd/src/g_scalar.c @@ -1264,6 +1264,7 @@ int scalar_doclick(t_word *data, t_template *template, t_scalar *sc, /* Unfortunately, nested gops don't yet handle scalar clicks correctly. The nested scalar seems not to receive the click. However, the enter/leave messages happen just fine since most of their logic is in tcl/tk. */ +/* ico@vt.edu: I tried nested GOP and it appears to work ok */ static int scalar_click(t_gobj *z, struct _glist *owner, int xpix, int ypix, int shift, int alt, int dbl, int doit) { -- GitLab