Skip to content

fix #344: display glitch with preset_node

Jonathan Wilkes requested to merge fix-preset-node into master

This fixes a display bug that happens with any object connected to the outlet of preset_node.

Ideally Pd wouldn't send an update at all for the wire that feeds back into the inlet of preset_node. That wire exists on the patch but never gets drawn by the GUI. For now, we just check for existence to filter out the bug.

Merge request reports