RichTextLabel: clear the scroll offset.

(cherry picked from commit 970dc91cb7)
This commit is contained in:
allkhor 2018-11-23 23:54:49 +06:00 committed by Rémi Verschelde
parent 08fd792c45
commit a1b0e7b12c

View file

@ -1453,6 +1453,7 @@ void RichTextLabel::clear() {
main->lines.clear();
main->lines.resize(1);
main->first_invalid_line = 0;
scroll_w = 0;
update();
selection.click = NULL;
selection.active = false;