summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2023-02-01 00:50:34 +0100
committerkobewi <kobewi4e@gmail.com>2023-02-01 00:50:34 +0100
commit360c71c3f63bce8419df35b3bac358979742b8a7 (patch)
tree4f6e93f672d044a58c893a6514b4afca7487f30e /editor/editor_node.h
parent0810ecaafdbee3ea747219e6ab3a8de5d2216a09 (diff)
Prevent wrong unedit when clicking editor viewport
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r--editor/editor_node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h
index 3967f64c6b..914dab0254 100644
--- a/editor/editor_node.h
+++ b/editor/editor_node.h
@@ -798,6 +798,7 @@ public:
void push_item(Object *p_object, const String &p_property = "", bool p_inspector_only = false);
void edit_item(Object *p_object, Object *p_editing_owner);
+ void push_node_item(Node *p_node);
void hide_unused_editors(const Object *p_editing_owner = nullptr);
void select_editor_by_name(const String &p_name);