You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Store panels and docks singletons in their own classes
This commit is contained in:
@@ -87,8 +87,8 @@ 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(EditorNode::get_singleton()->get_inspector(), "refresh");
|
||||
ur->add_undo_method(EditorNode::get_singleton()->get_inspector(), "refresh");
|
||||
ur->add_do_method(InspectorDock::get_inspector_singleton(), "refresh");
|
||||
ur->add_undo_method(InspectorDock::get_inspector_singleton(), "refresh");
|
||||
|
||||
ur->commit_action();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user