1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix editor help scroll to result

This commit is contained in:
Franklin Sobrinho
2015-11-27 20:11:49 -03:00
parent ed4738fbed
commit 493d3c22ca
2 changed files with 3 additions and 2 deletions

View File

@@ -1097,7 +1097,7 @@ void EditorHelp::_help_callback(const String& p_topic) {
line=constant_line[name];
}
class_desc->scroll_to_line(line);
class_desc->call_deferred("scroll_to_line", line);
}