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
No known key found for this signature in database
GPG key ID: C3336907360768E1
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);