Fix unexpected auto translation of Tree content

This commit is contained in:
Haoyu Qiu 2024-03-17 16:28:18 +08:00
parent fe01776f05
commit 8cd1ebbd6d
37 changed files with 54 additions and 0 deletions

View file

@ -99,6 +99,7 @@ ConnectionInfoDialog::ConnectionInfoDialog() {
vbc->add_child(method);
tree = memnew(Tree);
tree->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
tree->set_columns(3);
tree->set_hide_root(true);
tree->set_column_titles_visible(true);