mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Fix unexpected auto translation of Tree content
This commit is contained in:
@@ -7430,6 +7430,7 @@ AnimationTrackEditor::AnimationTrackEditor() {
|
||||
track_copy_vbox->add_child(select_all_button);
|
||||
|
||||
track_copy_select = memnew(Tree);
|
||||
track_copy_select->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
track_copy_select->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
track_copy_select->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
track_copy_select->set_hide_root(true);
|
||||
|
||||
Reference in New Issue
Block a user