Skip to content

Commit

Permalink
Fix empty create dialog not scrolled to the up top
Browse files Browse the repository at this point in the history
  • Loading branch information
jsjtxietian committed Jul 4, 2024
1 parent 446e7a7 commit a35c50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/create_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ void CreateDialog::_update_search() {

// Select the best result.
if (empty_search) {
select_type(base_type);
select_type(base_type, false);
} else if (best_match != StringName()) {
select_type(best_match);
} else {
Expand Down

0 comments on commit a35c50e

Please sign in to comment.