Make auto translation inheritable
This commit is contained in:
@ -238,7 +238,7 @@ ProjectListItemControl::ProjectListItemControl() {
|
||||
main_vbox->add_child(title_hb);
|
||||
|
||||
project_title = memnew(Label);
|
||||
project_title->set_auto_translate(false);
|
||||
project_title->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
project_title->set_name("ProjectName");
|
||||
project_title->set_h_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
project_title->set_clip_text(true);
|
||||
|
||||
Reference in New Issue
Block a user