Skip to content

Fixed Inspector update when a node is renamed

Created by: pouleyKetchoupp

Whenever any node is renamed, EditorNode::_edit_current() is called and it resets plugins used for current edited properties. This change forces the inspector to update even though the same object is edited, to make sure all plugins are restored properly from unfolded properties/resources/etc.

Fixes #32832 (closed)

Merge request reports

Loading