summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkobewi <kobewi4e@gmail.com>2026-08-10 14:18:13 +0200
committerThaddeus Crews <repiteo@outlook.com>2026-08-12 11:26:26 -0500
commit072e546a179be11bfebfee1d8e719db0cf3d5dda (patch)
tree2e686e5b5d9c1b89351a2fb59d05fcec95f42845
parentbfbe912233ef28e1667730313ba0516ac2a576df (diff)
Don't auto-translate favorite nodes
(cherry picked from commit e196cb11fe625df9a1c4abb4a0ce6f843b9b0e11)
-rw-r--r--editor/docks/scene_tree_dock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/docks/scene_tree_dock.cpp b/editor/docks/scene_tree_dock.cpp
index 74432fb92f..72f0165cfb 100644
--- a/editor/docks/scene_tree_dock.cpp
+++ b/editor/docks/scene_tree_dock.cpp
@@ -1760,6 +1760,7 @@ void SceneTreeDock::_notification(int p_what) {
button_ui->connect(SceneStringName(pressed), callable_mp(this, &SceneTreeDock::_tool_selected).bind(TOOL_CREATE_USER_INTERFACE, false));
favorite_node_shortcuts = memnew(VBoxContainer);
+ favorite_node_shortcuts->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
node_shortcuts->add_child(favorite_node_shortcuts);
button_custom = memnew(Button);