aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.cpp
diff options
context:
space:
mode:
authorneikeq2015-11-24 22:33:26 +0100
committerneikeq2015-11-24 22:33:26 +0100
commitc591293718a3710f5d18a2d09a57974df38696cb (patch)
tree44fb4f3139658c3b58c40fbd8b78999b05d6f2a3 /tools/editor/plugins/script_editor_plugin.cpp
parentc731dd1ba68604ff7e97915e2b9d3011e818ca03 (diff)
downloadgodot-c591293718a3710f5d18a2d09a57974df38696cb.tar.gz
godot-c591293718a3710f5d18a2d09a57974df38696cb.tar.zst
godot-c591293718a3710f5d18a2d09a57974df38696cb.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: {