You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Merge pull request #39524 from KoBeWi/follow_me_bro
Re-enable scroll follow on RichTextLabel clear
This commit is contained in:
@@ -1970,6 +1970,9 @@ void RichTextLabel::clear() {
|
||||
selection.click = nullptr;
|
||||
selection.active = false;
|
||||
current_idx = 1;
|
||||
if (scroll_follow) {
|
||||
scroll_following = true;
|
||||
}
|
||||
|
||||
if (fixed_width != -1) {
|
||||
minimum_size_changed();
|
||||
|
||||
Reference in New Issue
Block a user