mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
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
|
@ -173,6 +173,7 @@ void BonePicker::create_editors() {
|
|||
add_child(vbox);
|
||||
|
||||
bones = memnew(Tree);
|
||||
bones->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
bones->set_select_mode(Tree::SELECT_SINGLE);
|
||||
bones->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
bones->set_hide_root(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue