mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fix unexpected auto-translation of more editor components
This commit is contained in:
parent
d2f9245ddc
commit
f298aaa956
6 changed files with 6 additions and 13 deletions
|
@ -31,7 +31,6 @@
|
|||
#include "group_settings_editor.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "editor/editor_file_system.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/editor_undo_redo_manager.h"
|
||||
#include "editor/filesystem_dock.h"
|
||||
|
@ -521,6 +520,7 @@ GroupSettingsEditor::GroupSettingsEditor() {
|
|||
hbc->add_child(add_button);
|
||||
|
||||
tree = memnew(Tree);
|
||||
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
tree->set_hide_root(true);
|
||||
tree->set_select_mode(Tree::SELECT_SINGLE);
|
||||
tree->set_allow_reselect(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue