From 1eb8505280b9023821c60c335ad73723e0de5f2e Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Tue, 31 Dec 2013 14:32:01 -0500
Subject: [PATCH] fixed arrays not being displayed properly

---
 pd/src/g_graph.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/g_graph.c b/pd/src/g_graph.c
index 450827072..a52da4e69 100644
--- a/pd/src/g_graph.c
+++ b/pd/src/g_graph.c
@@ -848,7 +848,7 @@ static void graph_vis(t_gobj *gr, t_glist *parent_glist, int vis)
             glist_getcanvas(x->gl_owner),
             x1, y1, x1, y2, x2, y2, x2, y1, x1, y1, tag, tag);*/
         sys_vgui(".x%lx.c create prect\
-            %d %d %d %d -stroke $pd_colors(graph_border) -fill $pd_colors(graph) -tags {%sR graph}\n",
+            %d %d %d %d -stroke $pd_colors(graph_border) -tags {%sR graph}\n", //REMOVED: -fill $pd_colors(graph) 
             glist_getcanvas(x->gl_owner),
             x1, y1, x2, y2, tag); // -fill $pd_colors(graph)
         
-- 
GitLab