mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 15:11:19 +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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue