You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-27 15:57:02 +00:00
Made the Debugger's Stack Frames items reselectable.
(cherry picked from commit 32e3f257ac)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
751806b5c7
commit
fdac09a0aa
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user