Revision: 9748 http://pure-data.svn.sourceforge.net/pure-data/?rev=9748&view=rev Author: eighthave Date: 2008-05-01 05:55:17 -0700 (Thu, 01 May 2008)
Log Message: ----------- included jleben's patch for fixing GOP red rect being drawn on the parent, patch #1953853
Modified Paths: -------------- branches/pd-extended/v0-40/pd/src/g_graph.c
Modified: branches/pd-extended/v0-40/pd/src/g_graph.c =================================================================== --- branches/pd-extended/v0-40/pd/src/g_graph.c 2008-05-01 10:36:52 UTC (rev 9747) +++ branches/pd-extended/v0-40/pd/src/g_graph.c 2008-05-01 12:55:17 UTC (rev 9748) @@ -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.