aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2015-11-24 23:00:31 +0100
committerRémi Verschelde2015-11-24 23:00:31 +0100
commit36ef5cd7bc966ff8af2a275fd1fd5ae639f9cc76 (patch)
tree44fb4f3139658c3b58c40fbd8b78999b05d6f2a3 /tools/editor/plugins/script_editor_plugin.cpp
parentc731dd1ba68604ff7e97915e2b9d3011e818ca03 (diff)
parentc591293718a3710f5d18a2d09a57974df38696cb (diff)
downloadgodot-36ef5cd7bc966ff8af2a275fd1fd5ae639f9cc76.tar.gz
godot-36ef5cd7bc966ff8af2a275fd1fd5ae639f9cc76.tar.zst
godot-36ef5cd7bc966ff8af2a275fd1fd5ae639f9cc76.zip
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/script_editor_plugin.cpp2
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 65ed420a5..6413ca126 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: {