mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Made the Debugger's Stack Frames items reselectable.
(cherry picked from commit 32e3f257ace9b24df47510e036f80438bfe9a177)
This commit is contained in:
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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user