Fix unexpected auto translation of Tree content
This commit is contained in:
@ -976,6 +976,7 @@ EditorFeatureProfileManager::EditorFeatureProfileManager() {
|
||||
class_list_vbc->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
|
||||
class_list = memnew(Tree);
|
||||
class_list->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
class_list_vbc->add_margin_child(TTR("Configure Selected Profile:"), class_list, true);
|
||||
class_list->set_hide_root(true);
|
||||
class_list->set_edit_checkbox_cell_only_when_checkbox_is_pressed(true);
|
||||
|
||||
Reference in New Issue
Block a user