mirror of
https://github.com/godotengine/godot.git
synced 2025-01-22 18:01:09 +00:00
Re-enable scroll follow on RichTextLabel clear
This commit is contained in:
parent
58034f3982
commit
46fd51056a
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user