summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2016-06-09 14:07:59 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2016-06-09 18:26:47 +0100
commiteb14373d699870e5f2cbd3e0160dc8799c8de83f (patch)
treee3c7a3ee21649d6e36140b090cdc0752d2284e80
parentf8f30662d93a46eb4b1ece6d45be28760d5ad58c (diff)
Fixed editor help focus issues and input propagation
-rw-r--r--tools/editor/editor_help.cpp1
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) {