diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-12 18:18:27 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-01-12 18:18:27 +0000 |
commit | 675912671a2a99080acf0a06a26005d1f887ccb6 (patch) | |
tree | 0332110035d7f21fe9cd4a8e2235c3e1eea047cd /packages/patches/fix_red_rect_on_parent-0.41.4.patch | |
parent | 4c701d75bcc9220b337373628531e12af24fb279 (diff) |
this problem is fixed in 0.42-2, but not using this patch:
https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&group_id=55736&atid=478072
svn path=/trunk/; revision=10516
Diffstat (limited to 'packages/patches/fix_red_rect_on_parent-0.41.4.patch')
-rw-r--r-- | packages/patches/fix_red_rect_on_parent-0.41.4.patch | 11 |
1 files changed, 0 insertions, 11 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 deleted file mode 100644 index d4354d59..00000000 --- a/packages/patches/fix_red_rect_on_parent-0.41.4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); |