summaryrefslogtreecommitdiffstats
path: root/editor/node_dock.h
diff options
context:
space:
mode:
authorkevmorg <kevmorg@umich.edu>2023-12-02 15:55:46 -0500
committerRémi Verschelde <rverschelde@gmail.com>2023-12-12 10:26:05 +0100
commitda84489b27dedbe480a2ffcf9dbb60a68775cf66 (patch)
treeb0bc2876332d9bcbe09f6c1400259da4ec761923 /editor/node_dock.h
parent15a03ed98e63590c85dac62405d785e1b7ca7fed (diff)
downloadredot-engine-da84489b27dedbe480a2ffcf9dbb60a68775cf66.tar.gz
Hide Node dock successfully on undo/redo and deletion
Fixes #84530.
Diffstat (limited to 'editor/node_dock.h')
-rw-r--r--editor/node_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/node_dock.h b/editor/node_dock.h
index cc22171453..41495ffead 100644
--- a/editor/node_dock.h
+++ b/editor/node_dock.h
@@ -58,6 +58,7 @@ public:
protected:
static void _bind_methods();
void _notification(int p_what);
+ void _on_node_tree_exited();
public:
void set_node(Node *p_node);