aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/fix_red_rect_on_parent-0.41.4.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/patches/fix_red_rect_on_parent-0.41.4.patch b/packages/patches/fix_red_rect_on_parent-0.41.4.patch
new file mode 100644
index 00000000..d4354d59
--- /dev/null
+++ b/packages/patches/fix_red_rect_on_parent-0.41.4.patch
@@ -0,0 +1,11 @@
+--- pd2patch-orig/g_graph.c 2008-03-15 01:03:00.000000000 +0100
++++ pd2patch-leben/g_graph.c 2008-04-29 01:53:17.000000000 +0200
+@@ -43,7 +43,7 @@
+ && pd_checkobject(&y->g_pd))
+ {
+ x->gl_goprect = 1;
+- canvas_drawredrect(x, 1);
++ if(x->gl_havewindow) canvas_drawredrect(x, 1);
+ }
+ if (glist_isvisible(x))
+ gobj_vis(y, x, 1);