Hide Node dock successfully on undo/redo and deletion

Fixes #84530.
This commit is contained in:
kevmorg
2023-12-02 15:55:46 -05:00
committed by Rémi Verschelde
parent 15a03ed98e
commit da84489b27
2 changed files with 14 additions and 4 deletions

View File

@@ -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);