summaryrefslogtreecommitdiffstats
path: root/editor/dependency_editor.cpp
diff options
context:
space:
mode:
authorDennisManaa <dennis.manaa@gmx.net>2023-10-18 21:06:28 +0200
committerDennisManaa <dennis.manaa@gmx.net>2023-10-23 10:14:08 +0200
commit1a1c54283653fa021ab604dbe29396b26c58b5ad (patch)
treee9f32a4dd4ffb8df14b6870aa9187c5a2ed41d02 /editor/dependency_editor.cpp
parent7f884b4e0017368e193d96f425aac6c2d8a86eb0 (diff)
downloadredot-engine-1a1c54283653fa021ab604dbe29396b26c58b5ad.tar.gz
Implement automatic translation for ItemList
Diffstat (limited to 'editor/dependency_editor.cpp')
-rw-r--r--editor/dependency_editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/dependency_editor.cpp b/editor/dependency_editor.cpp
index 26779f5b52..a891491339 100644
--- a/editor/dependency_editor.cpp
+++ b/editor/dependency_editor.cpp
@@ -398,6 +398,7 @@ DependencyEditorOwners::DependencyEditorOwners() {
file_options->connect("id_pressed", callable_mp(this, &DependencyEditorOwners::_file_option));
owners = memnew(ItemList);
+ owners->set_auto_translate(false);
owners->set_select_mode(ItemList::SELECT_MULTI);
owners->connect("item_clicked", callable_mp(this, &DependencyEditorOwners::_list_rmb_clicked));
owners->connect("item_activated", callable_mp(this, &DependencyEditorOwners::_select_file));