Fix unexpected auto translation of Tree content
This commit is contained in:
parent
fe01776f05
commit
8cd1ebbd6d
37 changed files with 54 additions and 0 deletions
|
|
@ -670,6 +670,7 @@ EditorProfiler::EditorProfiler() {
|
|||
h_split->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
|
||||
variables = memnew(Tree);
|
||||
variables->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
variables->set_custom_minimum_size(Size2(320, 0) * EDSCALE);
|
||||
variables->set_hide_folding(true);
|
||||
h_split->add_child(variables);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue