You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix unexpected auto translation of Tree content
This commit is contained in:
@@ -275,6 +275,7 @@ EditorQuickOpen::EditorQuickOpen() {
|
||||
register_text_enter(search_box);
|
||||
|
||||
search_options = memnew(Tree);
|
||||
search_options->set_auto_translate_mode(AUTO_TRANSLATE_MODE_DISABLED);
|
||||
search_options->connect("item_activated", callable_mp(this, &EditorQuickOpen::_confirmed));
|
||||
search_options->create_item();
|
||||
search_options->set_hide_root(true);
|
||||
|
||||
Reference in New Issue
Block a user