You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
CreateDialog: fix activating recent item creates node selected in search result
This commit is contained in:
@@ -489,11 +489,13 @@ void CreateDialog::_favorite_selected() {
|
||||
|
||||
void CreateDialog::_history_activated() {
|
||||
|
||||
_history_selected();
|
||||
_confirmed();
|
||||
}
|
||||
|
||||
void CreateDialog::_favorite_activated() {
|
||||
|
||||
_favorite_selected();
|
||||
_confirmed();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user