CID-405
Checker: UNUSED_VALUE Function: LLNormalTextSegment::drawClippedSegment(int, int, int, int, LLRectBase<int>) File: /indra/llui/lltextbase.cppmaster
parent
1e6d2c9cd3
commit
bf18e798c5
|
|
@ -2333,8 +2333,6 @@ F32 LLNormalTextSegment::drawClippedSegment(S32 seg_start, S32 seg_end, S32 sele
|
|||
|
||||
LLColor4 color = (mEditor.getReadOnly() ? mStyle->getReadOnlyColor() : mStyle->getColor()) % alpha;
|
||||
|
||||
font = mStyle->getFont();
|
||||
|
||||
if( selection_start > seg_start )
|
||||
{
|
||||
// Draw normally
|
||||
|
|
|
|||
Loading…
Reference in New Issue