From 26d046d9bfb5805a60e15733a30fd15458ef1c37 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Mon, 9 Jun 2014 01:48:24 -0400
Subject: [PATCH] *added debugging info

---
 pd/src/g_editor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pd/src/g_editor.c b/pd/src/g_editor.c
index ceda674eb..c11cef704 100644
--- a/pd/src/g_editor.c
+++ b/pd/src/g_editor.c
@@ -6415,6 +6415,7 @@ static void canvas_duplicate(t_canvas *x)
                    nature between the gui and the engine, so we select it
                    explicitly here once again to prevent that from being
                    a problem */
+                //fprintf(stderr,"post-duplicate reselect hack for gop objects\n");
                 gobj_select(g, x, 1);
             }
             g = g->g_next;
-- 
GitLab