Fixes include:
*colored selection rectangle the same color as default select color
*fixed bug where gop-ed abstractions with hidden text should not resize
when activated to accommodate text that is not there to begin with
*fixed segfault when trying to disconnect (NB: core Pd developers may
want to check this one out as it may affect core Pd as well--it is very
sporadic and difficult to reproduce, however--I finally caught it by
using Pd via gdb for an extended period of time working on patches).
FWIW, this may be also specific to magicGlass feature.
        m_obj.c line 527     if (!(oc = o->o_connections)) return;
                change to:               if (!o || !(oc = o->o_connections)) 
return;
*added ignore attempts at obj_connect that involve same object (happened
sometimes when using undo/redo due to the ugly workaround for the
tk_canvas unique id bug)

http://l2ork.music.vt.edu/main/?page_id=56

Cheers!

Ico



_______________________________________________
[email protected] mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list

Reply via email to