1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fix debugger tab which don't resetting after pressing clear button

This commit is contained in:
Yuri Roubinsky
2021-11-12 22:14:40 +03:00
parent 6715bc7754
commit a673e8ae18
2 changed files with 33 additions and 17 deletions

View File

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