summaryrefslogtreecommitdiffstats
path: root/modules/gridmap
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-04 16:39:36 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-04 16:39:36 +0100
commit5eb22a317d3facd813cb1ebcd32f21e1d5437a38 (patch)
tree28792b5fb9c5b3f3d4225d2fda0a8e8d0d303377 /modules/gridmap
parent52ab49ef1a074d413ead7015b9b66022c50c2afd (diff)
parent1a1c54283653fa021ab604dbe29396b26c58b5ad (diff)
downloadredot-engine-5eb22a317d3facd813cb1ebcd32f21e1d5437a38.tar.gz
Merge pull request #83577 from DennisManaa/fix-translation-for-item-list
Add automatic translation of items to ItemList
Diffstat (limited to 'modules/gridmap')
-rw-r--r--modules/gridmap/editor/grid_map_editor_plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gridmap/editor/grid_map_editor_plugin.cpp b/modules/gridmap/editor/grid_map_editor_plugin.cpp
index f7c01ff840..225138dfb3 100644
--- a/modules/gridmap/editor/grid_map_editor_plugin.cpp
+++ b/modules/gridmap/editor/grid_map_editor_plugin.cpp
@@ -1316,6 +1316,7 @@ GridMapEditor::GridMapEditor() {
EDITOR_DEF("editors/grid_map/preview_size", 64);
mesh_library_palette = memnew(ItemList);
+ mesh_library_palette->set_auto_translate(false);
add_child(mesh_library_palette);
mesh_library_palette->set_v_size_flags(SIZE_EXPAND_FILL);
mesh_library_palette->connect("gui_input", callable_mp(this, &GridMapEditor::_mesh_library_palette_input));