Revision: 9749 http://pure-data.svn.sourceforge.net/pure-data/?rev=9749&view=rev Author: eighthave Date: 2008-05-01 05:56:49 -0700 (Thu, 01 May 2008)
Log Message: ----------- included jleben's patch for fixing GOP red rect being drawn on the parent, patch #1953853
Added Paths: ----------- trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch
Added: trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch =================================================================== --- trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch (rev 0) +++ trunk/packages/patches/fix_red_rect_on_parent-0.41.4.patch 2008-05-01 12:56:49 UTC (rev 9749) @@ -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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.