Show and hide a text widget via OSC receive [possible bug]

Hi,

in a modal i have a text widget which should not always be shown.
when using OSC{} in the visible property it does not show up (when sending):

receive('/addy/oscname',1);

in the project tree it is shown correctly in bold (not greyed out), when you move the text widget to another position in the tree it shows up(it does not matter if the editor mode is enabled or not).
The other way (hiding) seems to work.

Thanks!

Which version are you using ? If it occurs with the latest release, please provide a minimal session file to help reproduce the issue.

Hi, i am using 1.89
A simple example is attached.test.json (6.8 KB) test.js (709 Bytes)

Thanks, it will be fixed in next release.