diff --git a/scene/gui/rich_text_label.cpp b/scene/gui/rich_text_label.cpp index 911cb5a80fd..279daf7d2cb 100644 --- a/scene/gui/rich_text_label.cpp +++ b/scene/gui/rich_text_label.cpp @@ -1968,6 +1968,9 @@ void RichTextLabel::clear() { selection.click = NULL; selection.active = false; current_idx = 1; + if (scroll_follow) { + scroll_following = true; + } } void RichTextLabel::set_tab_size(int p_spaces) {