diff options
| author | Poommetee Ketson | 2017-05-28 13:23:37 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-05-28 13:40:08 +0700 |
| commit | db64fcdd5fac6b8595c466f8833c8a8b02561ce6 (patch) | |
| tree | 94780008724ba56e55bac2fcd54ce5ed643ab983 | |
| parent | 1525071c28535816b98784f2ad62f9d5ef333654 (diff) | |
| download | godot-db64fcdd5fac6b8595c466f8833c8a8b02561ce6.tar.gz godot-db64fcdd5fac6b8595c466f8833c8a8b02561ce6.tar.zst godot-db64fcdd5fac6b8595c466f8833c8a8b02561ce6.zip | |
| -rw-r--r-- | editor/create_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/create_dialog.cpp b/editor/create_dialog.cpp index c5cfea0b9..0c75519d0 100644 --- a/editor/create_dialog.cpp +++ b/editor/create_dialog.cpp @@ -489,11 +489,13 @@ void CreateDialog::_favorite_selected() { void CreateDialog::_history_activated() { + _history_selected(); _confirmed(); } void CreateDialog::_favorite_activated() { + _favorite_selected(); _confirmed(); } |
