diff --git a/indra/llui/lltexteditor.cpp b/indra/llui/lltexteditor.cpp index b612b8b3d..3996470be 100644 --- a/indra/llui/lltexteditor.cpp +++ b/indra/llui/lltexteditor.cpp @@ -4801,6 +4801,7 @@ void LLTextEditor::createDefaultSegment() void LLTextEditor::clearSegments() { + mLineStartList.clear(); mSegments.clear(); createDefaultSegment(); }