diff --git a/pd/src/g_graph.c b/pd/src/g_graph.c index 24d2a2714221374129481b9820135f5cf0e67e78..f6bc5151b1c37aad6a1b55071c6c4e2f400778cb 100644 --- a/pd/src/g_graph.c +++ b/pd/src/g_graph.c @@ -1265,7 +1265,6 @@ static void graph_getrect(t_gobj *z, t_glist *glist, hadwindow = x->gl_havewindow; x->gl_havewindow = 0; for (g = x->gl_list; g; g = g->g_next) - if (gobj_shouldvis(g, x)) { /* don't do this for arrays, just let them hang outside the box. */