Browse Source

Merge pull request #61288 from kleonc/inspector_is_no_longer_refreshable

Rémi Verschelde 3 years ago
parent
commit
01d383a8ff
1 changed files with 0 additions and 2 deletions
  1. 0 2
      editor/multi_node_edit.cpp

+ 0 - 2
editor/multi_node_edit.cpp

@@ -87,8 +87,6 @@ bool MultiNodeEdit::_set_impl(const StringName &p_name, const Variant &p_value,
 
 		ur->add_undo_property(n, name, n->get(name));
 	}
-	ur->add_do_method(InspectorDock::get_inspector_singleton(), "refresh");
-	ur->add_undo_method(InspectorDock::get_inspector_singleton(), "refresh");
 
 	ur->commit_action();
 	return true;