Revision: 10516 http://pure-data.svn.sourceforge.net/pure-data/?rev=10516&view=rev Author: eighthave Date: 2009-01-12 18:18:27 +0000 (Mon, 12 Jan 2009)
Log Message: ----------- this problem is fixed in 0.42-2, but not using this patch: https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&g...
Removed Paths: ------------- trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch
Deleted: trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch =================================================================== --- trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch 2009-01-12 17:09:13 UTC (rev 10515) +++ trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch 2009-01-12 18:18:27 UTC (rev 10516) @@ -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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.