You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Make remote inspector groups not foldable
This commit is contained in:
@@ -2274,7 +2274,9 @@ void EditorNode::_edit_current(bool p_skip_foreign) {
|
||||
} else {
|
||||
Node *selected_node = nullptr;
|
||||
|
||||
if (current_obj->is_class("MultiNodeEdit")) {
|
||||
if (current_obj->is_class("EditorDebuggerRemoteObject")) {
|
||||
disable_folding = true;
|
||||
} else if (current_obj->is_class("MultiNodeEdit")) {
|
||||
Node *scene = get_edited_scene();
|
||||
if (scene) {
|
||||
MultiNodeEdit *multi_node_edit = Object::cast_to<MultiNodeEdit>(current_obj);
|
||||
|
||||
Reference in New Issue
Block a user