You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Fix unexpected auto translation of Tree content
This commit is contained in:
@@ -615,6 +615,7 @@ FindInFilesPanel::FindInFilesPanel() {
|
||||
}
|
||||
|
||||
_results_display = memnew(Tree);
|
||||
_results_display->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
_results_display->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
_results_display->connect("item_selected", callable_mp(this, &FindInFilesPanel::_on_result_selected));
|
||||
_results_display->connect("item_edited", callable_mp(this, &FindInFilesPanel::_on_item_edited));
|
||||
|
||||
Reference in New Issue
Block a user