Make auto translation inheritable
This commit is contained in:
@ -100,7 +100,7 @@ ScrollContainer *EditorAbout::_populate_list(const String &p_name, const List<St
|
||||
vbc->add_child(lbl);
|
||||
|
||||
ItemList *il = memnew(ItemList);
|
||||
il->set_auto_translate(false);
|
||||
il->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
il->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
il->set_same_column_width(true);
|
||||
il->set_auto_height(true);
|
||||
|
||||
Reference in New Issue
Block a user