浏览代码

Fixed editor help focus issues and input propagation

Paulb23 9 年之前
父节点
当前提交
eb14373d69
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {