mirror of https://github.com/godotengine/godot
Merge pull request #8968 from noshyaar/pr-bug2
CreateDialog: fix activating recent item creates node selected in search result
This commit is contained in:
commit
8125bbba59
|
|
@ -489,11 +489,13 @@ void CreateDialog::_favorite_selected() {
|
|||
|
||||
void CreateDialog::_history_activated() {
|
||||
|
||||
_history_selected();
|
||||
_confirmed();
|
||||
}
|
||||
|
||||
void CreateDialog::_favorite_activated() {
|
||||
|
||||
_favorite_selected();
|
||||
_confirmed();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue