Revision: 10517 http://pure-data.svn.sourceforge.net/pure-data/?rev=10517&view=rev Author: eighthave Date: 2009-01-12 18:19:54 +0000 (Mon, 12 Jan 2009)
Log Message: ----------- the red rect problem was fixed in pd-vanilla 0.42-4, but not using fix_red_rect_on_parent-0.41.4.patch, so removing it. https://sourceforge.net/tracker2/index.php?func=detail&aid=1953853&g...
Modified Paths: -------------- branches/pd-extended/0.41/pd/src/g_graph.c
Modified: branches/pd-extended/0.41/pd/src/g_graph.c =================================================================== --- branches/pd-extended/0.41/pd/src/g_graph.c 2009-01-12 18:18:27 UTC (rev 10516) +++ branches/pd-extended/0.41/pd/src/g_graph.c 2009-01-12 18:19:54 UTC (rev 10517) @@ -43,7 +43,7 @@ && pd_checkobject(&y->g_pd)) { x->gl_goprect = 1; - if(x->gl_havewindow) canvas_drawredrect(x, 1); + 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.