diff options
author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-11-12 22:14:40 +0300 |
---|---|---|
committer | Yuri Roubinsky <chaosus89@gmail.com> | 2021-11-15 20:51:25 +0300 |
commit | a673e8ae18caf9ea4540e9d610c47788629bcc83 (patch) | |
tree | 293ab8fb10a7b7eb8aa1ee662f6382bb0d4e8c6e /editor/debugger/script_editor_debugger.h | |
parent | 6715bc7754ccaed7fdd3fa383a4ba92b9bbdf551 (diff) | |
download | redot-engine-a673e8ae18caf9ea4540e9d610c47788629bcc83.tar.gz |
Fix debugger tab which don't resetting after pressing clear button
Diffstat (limited to 'editor/debugger/script_editor_debugger.h')
-rw-r--r-- | editor/debugger/script_editor_debugger.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editor/debugger/script_editor_debugger.h b/editor/debugger/script_editor_debugger.h index 1c1c0fd3e5..76209aef46 100644 --- a/editor/debugger/script_editor_debugger.h +++ b/editor/debugger/script_editor_debugger.h @@ -94,7 +94,9 @@ private: VBoxContainer *errors_tab; Tree *error_tree; - Button *clearbutton; + Button *expand_all_button; + Button *collapse_all_button; + Button *clear_button; PopupMenu *item_menu; EditorFileDialog *file_dialog; |