On Wed, 2025-01-15 at 14:48 +0100, Miller Puckette via Pd-dev wrote:
I fixed something that I _think_ was a bug - previously, when I clicked an array that had visible elements , every single element of the array reported the click. I changed the behavior to what I think was originally intended - only the element that is clicked on sends the "click" message to its "struct" object.
OK. If I understand correctly, this is unrelated to my bug report since it is about data structure arrays. Up until 0.55-2, [filledpolygon] scalars do send a 'click' message to their [struct] object. The 'click' is detected anywhere inside the surrounding rectangle of the scalar, not just in the corners. However, in the current master clicking on a [filledpolygon] scalar doesn't emit a 'click' message anymore.
I reported this here: https://github.com/pure-data/pure-data/issues/2514
Roman