diff options
| author | Rémi Verschelde | 2017-05-28 09:29:51 +0200 |
|---|---|---|
| committer | GitHub | 2017-05-28 09:29:51 +0200 |
| commit | 8125bbba5986008bd528b1680d1983e6abb69f3e (patch) | |
| tree | bc8157c8ddb3814f0bef889f794dbaf67a1ee84b /editor/create_dialog.cpp | |
| parent | ba5098a123da1a9eae52ad4628587e159da0a251 (diff) | |
| parent | db64fcdd5fac6b8595c466f8833c8a8b02561ce6 (diff) | |
| download | godot-8125bbba5986008bd528b1680d1983e6abb69f3e.tar.gz godot-8125bbba5986008bd528b1680d1983e6abb69f3e.tar.zst godot-8125bbba5986008bd528b1680d1983e6abb69f3e.zip | |
Diffstat (limited to 'editor/create_dialog.cpp')
| -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 641993bf0..108906834 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(); } |
