diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-06-09 20:43:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-09 20:43:48 +0200 |
commit | a3890594fa2798ef31d92e4195c84b7246860929 (patch) | |
tree | 0f10179c8d3728cf9bd84e85d6b0c1c2a477ee61 | |
parent | 1dadaa4db3bbb825dc204536b14831f1042f3fc3 (diff) | |
parent | eb14373d699870e5f2cbd3e0160dc8799c8de83f (diff) |
Merge pull request #5124 from Paulb23/editor_help_focus_issues
Fixed editor help focus issues and input propagation
-rw-r--r-- | tools/editor/editor_help.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp index 2d0a8a80b0..ac9feacd46 100644 --- a/tools/editor/editor_help.cpp +++ b/tools/editor/editor_help.cpp @@ -649,6 +649,7 @@ void EditorHelp::_class_desc_input(const InputEvent& p_input) { class_desc->set_selection_enabled(false); class_desc->set_selection_enabled(true); } + set_focused(); } void EditorHelp::_add_type(const String& p_type) { |