Made the Debugger's Stack Frames items reselectable.
(cherry picked from commit 32e3f257ac
)
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…
Reference in New Issue