From 13d3d217b1a8d7bb2070f0d64f47915c4ea72fda Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Thu, 9 Jun 2016 14:07:59 +0100 Subject: [PATCH] Fixed editor help focus issues and input propagation (cherry picked from commit eb14373d699870e5f2cbd3e0160dc8799c8de83f) --- tools/editor/editor_help.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/editor/editor_help.cpp b/tools/editor/editor_help.cpp index b591660daf6..589f72a9081 100644 --- a/tools/editor/editor_help.cpp +++ b/tools/editor/editor_help.cpp @@ -648,6 +648,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) {