diff options
author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-06-05 23:13:57 -0300 |
---|---|---|
committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2019-06-06 02:40:20 -0300 |
commit | 31218a07ded15d5243cddd6f7c90e72d521a63de (patch) | |
tree | de8c1cd80a845e176b5d1a9c854c7014618f3022 /editor/scene_tree_editor.h | |
parent | 197b65f32ac811f79bc5599fbfe8cf83914b6873 (diff) | |
download | redot-engine-31218a07ded15d5243cddd6f7c90e72d521a63de.tar.gz |
Improve conections dialog
Diffstat (limited to 'editor/scene_tree_editor.h')
-rw-r--r-- | editor/scene_tree_editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/scene_tree_editor.h b/editor/scene_tree_editor.h index 1c14da0d3a..68642910e8 100644 --- a/editor/scene_tree_editor.h +++ b/editor/scene_tree_editor.h @@ -68,6 +68,7 @@ class SceneTreeEditor : public Control { AcceptDialog *warning; bool connect_to_script_mode; + bool connecting_signal; int blocked; @@ -155,6 +156,7 @@ public: void update_tree() { _update_tree(); } void set_connect_to_script_mode(bool p_enable); + void set_connecting_signal(bool p_enable); Tree *get_scene_tree() { return tree; } |