You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Merge pull request #89599 from timothyqiu/vegetate
Fix unexpected auto translation of editor `Tree` content
This commit is contained in:
@@ -809,6 +809,7 @@ void Skeleton3DEditor::create_editors() {
|
||||
bones_section->get_vbox()->add_child(s_con);
|
||||
|
||||
joint_tree = memnew(Tree);
|
||||
joint_tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
joint_tree->set_columns(1);
|
||||
joint_tree->set_focus_mode(Control::FOCUS_NONE);
|
||||
joint_tree->set_select_mode(Tree::SELECT_SINGLE);
|
||||
|
||||
Reference in New Issue
Block a user