diff options
author | Hilderin <81109165+Hilderin@users.noreply.github.com> | 2024-06-12 20:51:51 -0400 |
---|---|---|
committer | Hilderin <81109165+Hilderin@users.noreply.github.com> | 2024-06-18 18:24:40 -0400 |
commit | 64ba2cf3a92090f6474b7c752974f5f8ac45561b (patch) | |
tree | b20028218046885bb1b7a44d02c80aaa4f9a3abf /editor/node_dock.h | |
parent | 475248d99df89fc29032a42f1d29ad4cef49c8b5 (diff) | |
download | redot-engine-64ba2cf3a92090f6474b7c752974f5f8ac45561b.tar.gz |
Fix Can't reopen signals panel immediately after connecting a signal #92996
Diffstat (limited to 'editor/node_dock.h')
-rw-r--r-- | editor/node_dock.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/node_dock.h b/editor/node_dock.h index 41495ffead..e9dcc41d48 100644 --- a/editor/node_dock.h +++ b/editor/node_dock.h @@ -47,7 +47,6 @@ class NodeDock : public VBoxContainer { HBoxContainer *mode_hb = nullptr; Label *select_a_node = nullptr; - Node *last_valid_node = nullptr; private: static NodeDock *singleton; @@ -58,11 +57,9 @@ public: protected: static void _bind_methods(); void _notification(int p_what); - void _on_node_tree_exited(); public: void set_node(Node *p_node); - void restore_last_valid_node(); void show_groups(); void show_connections(); |