Browse Source

Merge pull request #5124 from Paulb23/editor_help_focus_issues

Fixed editor help focus issues and input propagation
Rémi Verschelde 9 years ago
parent
commit
a3890594fa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/editor/editor_help.cpp

+ 1 - 0
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) {