diff options
| author | Michael Alexsander Silva Dias | 2018-02-19 23:35:52 -0300 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-22 12:18:45 +0100 |
| commit | fdac09a0aa0a682b1ffd39ae15c7bf8a44e189d6 (patch) | |
| tree | fc5a930acae4daa7a382f38aff0a034f8c024a59 | |
| parent | 751806b5c7c2b63c47d228664c3425b6f3fdb5ac (diff) | |
| download | godot-fdac09a0aa0a682b1ffd39ae15c7bf8a44e189d6.tar.gz godot-fdac09a0aa0a682b1ffd39ae15c7bf8a44e189d6.tar.zst godot-fdac09a0aa0a682b1ffd39ae15c7bf8a44e189d6.zip | |
| -rw-r--r-- | editor/script_editor_debugger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp index f54c7eef2..f69fbc843 100644 --- a/editor/script_editor_debugger.cpp +++ b/editor/script_editor_debugger.cpp @@ -1873,6 +1873,7 @@ ScriptEditorDebugger::ScriptEditorDebugger(EditorNode *p_editor) { sc->set_v_size_flags(SIZE_EXPAND_FILL); stack_dump = memnew(Tree); + stack_dump->set_allow_reselect(true); stack_dump->set_columns(1); stack_dump->set_column_titles_visible(true); stack_dump->set_column_title(0, TTR("Stack Frames")); |
