On Sat, 2009-10-31 at 13:39 -0400, Ivica Ico Bukvic wrote:
Here are two patches for g_editor.c that fix following issues in 0.42.5:
- undo recreates patch cords with wrong color (I posted this one
earlier by mistake on the pd-list)
- graph on parent (GOP) enable and then immediately disable crashes
patches that haven't been closed prior to disabling GOP (to reproduce, open new patch->right-click->properties->enable gop->apply->disable gop->apply->crash). This one may also affect pd vanilla (haven't checked)
Oops, discovered another bug:
New patcher->create [pd something]->inside new patcher create any object (e.g. symbol) and leave it selected->right-click on canvas->properties->enable gop->apply->disable gop->apply->crash
New patch should supersede the previous patch for the second point fixing this problem as well.
Ico