[PD-dev] [ pure-data-Patches-1953772 ] fix bug 1795369 (red border GOP)

SourceForge.net noreply at sourceforge.net
Tue Apr 29 03:05:08 CEST 2008


Patches item #1953772, was opened at 2008-04-28 20:18
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953772&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Jakob Leben (jleben)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix bug 1795369 (red border GOP)

Initial Comment:
This fixes the bug:
Red rectangle is drawn on the parent patch when creating the first object in a GOP subpatch without it's window open by sending a message to the subpatch.

This is a patch against pd-0.41-4.

--- 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);

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 21:05

Message:
Logged In: YES 
user_id=27104
Originator: NO

this is a duplicate, please post in the original:

http://sourceforge.net/tracker/index.php?func=detail&aid=1351274&group_id=55736&atid=478070

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953772&group_id=55736




More information about the Pd-dev mailing list