mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
@@ -1422,6 +1422,7 @@ void ProjectManager::_on_projects_updated() {
|
||||
}
|
||||
|
||||
void ProjectManager::_on_project_created(const String &dir) {
|
||||
project_filter->clear();
|
||||
bool has_already = false;
|
||||
for (int i = 0; i < scroll_children->get_child_count(); i++) {
|
||||
HBoxContainer *hb = Object::cast_to<HBoxContainer>(scroll_children->get_child(i));
|
||||
@@ -2235,3 +2236,9 @@ ProjectListFilter::ProjectListFilter() {
|
||||
|
||||
has_search_box = false;
|
||||
}
|
||||
|
||||
void ProjectListFilter::clear() {
|
||||
if (has_search_box) {
|
||||
search_box->clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user