Fixed editor help focus issues and input propagation

This commit is contained in:
Paulb23 2016-06-09 14:07:59 +01:00
parent f8f30662d9
commit eb14373d69

View file

@ -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) {