diff --git a/indra/llui/lltextbase.cpp b/indra/llui/lltextbase.cpp index 2a9d40269e70b9872f87f5f3b77d892d6d547dd2..0c7a420e05602379cfbc86da69f6b823d51566d6 100644 --- a/indra/llui/lltextbase.cpp +++ b/indra/llui/lltextbase.cpp @@ -481,10 +481,7 @@ void LLTextBase::drawHighlightsBackground(const highlight_list_t& highlights, co segmentp->getDimensions(segment_offset, num_chars, segment_width, segment_height); selection_rect.mRight += segment_width; -// [SL:KB] - Patch: Control-TextHighlight | Checked: 2013-12-30 (Catznip-3.6) - continue; -// [/SL:KB] -// break; + break; } } selection_rects.push_back(selection_rect);