SceneTreeDialog: focus search bar by default

This commit is contained in:
RedMser 2022-09-23 18:04:48 +02:00
parent 56e847ef65
commit 3183b7371d

View file

@ -1437,6 +1437,9 @@ void SceneTreeDialog::_notification(int p_what) {
case NOTIFICATION_VISIBILITY_CHANGED: {
if (is_visible()) {
tree->update_tree();
// Select the search bar by default.
filter->call_deferred(SNAME("grab_focus"));
}
} break;