aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-03 23:55:57 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-06-03 23:55:57 +0000
commit3bf4ff1a523991780f6f18ea705eb0bacc20847e (patch)
tree7322c4828ebde777db7ea16982db1ce6199f23f4
parentade8e4993e62e6738200d4324d79133a7d50c2da (diff)
checked into pd-extended/0.42 (r13586) and submitted to the patch tracker (#3011285)
svn path=/trunk/; revision=13587
-rw-r--r--packages/patches/gop_red_rect_fix-0.42.5.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/patches/gop_red_rect_fix-0.42.5.patch b/packages/patches/gop_red_rect_fix-0.42.5.patch
new file mode 100644
index 00000000..612ef115
--- /dev/null
+++ b/packages/patches/gop_red_rect_fix-0.42.5.patch
@@ -0,0 +1,22 @@
+Index: g_editor.c
+===================================================================
+--- g_editor.c (revision 13584)
++++ g_editor.c (working copy)
+@@ -1024,16 +1024,7 @@
+ gobj_vis(&x->gl_gobj, x->gl_owner, 0);
+ x->gl_isgraph = 1;
+ x->gl_hidetext = !(!(flag&2));
+- if (!nogoprect && !x->gl_goprect)
+- {
+- t_gobj *g;
+- for (g = x->gl_list; g; g = g->g_next)
+- if (pd_checkobject(&g->g_pd))
+- {
+- x->gl_goprect = 1;
+- break;
+- }
+- }
++ x->gl_goprect = !nogoprect;
+ if (glist_isvisible(x) && x->gl_goprect)
+ glist_redraw(x);
+ if (x->gl_owner && !x->gl_loading && glist_isvisible(x->gl_owner))