summaryrefslogtreecommitdiffstats
path: root/editor/plugins/animation_state_machine_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-03 23:21:24 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-03 23:21:24 +0100
commitf69aa5e6492ece1c5a98d44ef91f6f5963cc231b (patch)
treef732802ed8c7372aebbfc416c937535eaff077ee /editor/plugins/animation_state_machine_editor.cpp
parent217597371ef49e8723ba687ceb349081a9e5a3bb (diff)
parentdcf4d82fb5e1f58418a4ebbe21164f61e804d448 (diff)
downloadredot-engine-f69aa5e6492ece1c5a98d44ef91f6f5963cc231b.tar.gz
Merge pull request #87887 from jtakakura/fix-unintentional-translation-in-animation-tree
Fix unintentional translations in AnimationTree
Diffstat (limited to 'editor/plugins/animation_state_machine_editor.cpp')
-rw-r--r--editor/plugins/animation_state_machine_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/animation_state_machine_editor.cpp b/editor/plugins/animation_state_machine_editor.cpp
index bbfc1f2f99..9f8fbc6dfc 100644
--- a/editor/plugins/animation_state_machine_editor.cpp
+++ b/editor/plugins/animation_state_machine_editor.cpp
@@ -1779,6 +1779,7 @@ AnimationNodeStateMachineEditor::AnimationNodeStateMachineEditor() {
animations_menu = memnew(PopupMenu);
menu->add_child(animations_menu);
animations_menu->set_name("AddAnimations");
+ animations_menu->set_auto_translate(false);
animations_menu->connect("index_pressed", callable_mp(this, &AnimationNodeStateMachineEditor::_add_animation_type));
connect_menu = memnew(PopupMenu);