diff options
author | neikeq <ignalfonsore@gmail.com> | 2015-11-25 00:08:39 +0100 |
---|---|---|
committer | neikeq <ignalfonsore@gmail.com> | 2015-11-25 00:08:39 +0100 |
commit | 06957a8026bd20869fe11958d2cd8539c270354f (patch) | |
tree | 79a4ff14dbadfc2c825b7d47a685b8854f152293 /tools/editor/editor_help.cpp | |
parent | bfe8df27bc2f2777c5e6636827e5430f95c90562 (diff) |
Fix Class Reference request from Inspector
Diffstat (limited to 'tools/editor/editor_help.cpp')
-rw-r--r-- | tools/editor/editor_help.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp index d026fa0c17..e65b4df1d0 100644 --- a/tools/editor/editor_help.cpp +++ b/tools/editor/editor_help.cpp @@ -1350,7 +1350,6 @@ void EditorHelp::_notification(int p_what) { // forward->set_icon(get_icon("Forward","EditorIcons")); // back->set_icon(get_icon("Back","EditorIcons")); _update_doc(); - editor->connect("request_help",this,"_request_help"); } break; } |