You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Clearch SearchBox when unclick SearchButton
This commit is contained in:
@@ -1590,6 +1590,7 @@ void ProjectSettingsEditor::_toggle_search_bar(bool p_pressed) {
|
||||
search_box->select_all();
|
||||
} else {
|
||||
|
||||
search_box->clear();
|
||||
search_bar->hide();
|
||||
add_prop_bar->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user