RichTextLabel: clear the scroll offset.
This commit is contained in:
parent
c48027af92
commit
970dc91cb7
|
@ -1616,6 +1616,7 @@ void RichTextLabel::clear() {
|
||||||
main->lines.clear();
|
main->lines.clear();
|
||||||
main->lines.resize(1);
|
main->lines.resize(1);
|
||||||
main->first_invalid_line = 0;
|
main->first_invalid_line = 0;
|
||||||
|
scroll_w = 0;
|
||||||
update();
|
update();
|
||||||
selection.click = NULL;
|
selection.click = NULL;
|
||||||
selection.active = false;
|
selection.active = false;
|
||||||
|
|
Loading…
Reference in New Issue