You've already forked godot
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:
@@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user