diff options
Diffstat (limited to 'editor/connections_dialog.cpp')
-rw-r--r-- | editor/connections_dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/connections_dialog.cpp b/editor/connections_dialog.cpp index ed90b796f7..362834d265 100644 --- a/editor/connections_dialog.cpp +++ b/editor/connections_dialog.cpp @@ -751,6 +751,7 @@ ConnectDialog::ConnectDialog() { method_tree = memnew(Tree); method_vbc->add_child(method_tree); + method_tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED); method_tree->set_v_size_flags(Control::SIZE_EXPAND_FILL); method_tree->set_hide_root(true); method_tree->connect("item_selected", callable_mp(this, &ConnectDialog::_method_selected)); |