You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix unexpected auto translation of Tree content
This commit is contained in:
@@ -1255,6 +1255,7 @@ AnimationNodeBlendTreeEditor::AnimationNodeBlendTreeEditor() {
|
||||
|
||||
filters = memnew(Tree);
|
||||
filter_vbox->add_child(filters);
|
||||
filters->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
filters->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
filters->set_hide_root(true);
|
||||
filters->connect("item_edited", callable_mp(this, &AnimationNodeBlendTreeEditor::_filter_edited));
|
||||
|
||||
Reference in New Issue
Block a user