Pressing X on Parent selection in "Properties" parents it to nil

Repro: Try it with any deletable instance in studio.

This bug has actually been existent for many years yet not reported as a bug.
Pressing “X” should cancel the parent selection, not :remove() it.

1 Like

This is not a bug, this is intended behavior. The X is not a cancel button, it’s a clear button. To cancel this selection just press esc or click somewhere else within the properties window.

8 Likes

I’m fairly sure that’s exactly what that X is for.

edit: pez beat me to it by a millisecond

1 Like

That being said, it might make sense to hide the X on the Parent property setter, since I can’t think of a use case where you actually want to do this since it deselects the object afterwards, meaning it’s equivalent to deleting the object.

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.