1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Merge pull request #41437 from KoBeWi/put_it_here

Allow to create a node at specific position
This commit is contained in:
Rémi Verschelde
2021-03-01 15:48:53 +01:00
committed by GitHub
6 changed files with 88 additions and 2 deletions

View File

@@ -170,6 +170,7 @@ void CreateDialog::_update_search() {
root->set_text(0, base_type);
root->set_icon(0, search_options->get_theme_icon(icon_fallback, "EditorIcons"));
search_options_types[base_type] = root;
_configure_search_option_item(root, base_type, ClassDB::class_exists(base_type));
const String search_text = search_box->get_text();
bool empty_search = search_text == "";