diff options
author | neikeq <ignalfonsore@gmail.com> | 2015-11-24 22:33:26 +0100 |
---|---|---|
committer | neikeq <ignalfonsore@gmail.com> | 2015-11-24 22:33:26 +0100 |
commit | c591293718a3710f5d18a2d09a57974df38696cb (patch) | |
tree | 44fb4f3139658c3b58c40fbd8b78999b05d6f2a3 /tools/editor/plugins/script_editor_plugin.cpp | |
parent | c731dd1ba68604ff7e97915e2b9d3011e818ca03 (diff) |
Remember last help search
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
-rw-r--r-- | tools/editor/plugins/script_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.cpp b/tools/editor/plugins/script_editor_plugin.cpp index 65ed420a51..6413ca1269 100644 --- a/tools/editor/plugins/script_editor_plugin.cpp +++ b/tools/editor/plugins/script_editor_plugin.cpp @@ -881,7 +881,7 @@ void ScriptEditor::_menu_option(int p_option) { } break; case SEARCH_HELP: { - help_search_dialog->popup("current"); + help_search_dialog->popup(); } break; case SEARCH_CLASSES: { |