[PD] Pd Vanilla donecanvasdialog GOP starts edit mode

João Pais jmmmpais at gmail.com
Fri Dec 14 03:07:13 CET 2018


Hello list,

I just noticed something new: when sending a donecanvasdialog message to a
subpatch in a GOP, it starts editmode in the parent patch. Afaik, this
wasn't the previous behaviour (it still isn't in pd extended).

Here is a patch to illustrate the problem. Doesn't happen with coords,
though.

Best,

Joao
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20181214/8db6e486/attachment.html>
-------------- next part --------------
#N canvas 183 22 450 250 10;
#X text 27 28 GOP donecanvasidalog test;
#X text 27 57 1 - send a donecanvasdialog to the GOP will cause the
parent patch to enter edit mode.;
#N canvas 0 50 450 300 test 0;
#X coords 0 0 1 1 95 50 1 0 0;
#X restore 287 130 pd test;
#X obj 29 105 s pd-test;
#X msg 29 85 donecanvasdialog 1 1 1 0 0 1 1 85 60 0 0;
#X obj 29 185 s pd-test;
#X text 27 147 2 - it doesn't happen with coords;
#X msg 29 165 coords 0 0 1 1 95 50 1 0 0;
#X connect 4 0 3 0;
#X connect 7 0 5 0;


More information about the Pd-list mailing list