You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix unexpected auto translation of Tree content
This commit is contained in:
@@ -1815,6 +1815,7 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
|
||||
add_child(delete_window);
|
||||
|
||||
delete_tree = memnew(Tree);
|
||||
delete_tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
delete_tree->set_hide_root(true);
|
||||
delete_tree->connect("draw", callable_mp(this, &AnimationNodeStateMachineEditor::_delete_tree_draw));
|
||||
delete_window->add_child(delete_tree);
|
||||
|
||||
Reference in New Issue
Block a user