Attempt at fixing beware's selection lost bug once and for all
This commit is contained in:
@@ -4627,7 +4627,7 @@ void LLTextEditor::appendAndHighlightTextImpl(const std::string& new_text, S32 h
|
||||
}
|
||||
endOfDoc();
|
||||
}
|
||||
else if( selection_start != selection_end )
|
||||
else if (was_selecting || selection_start != selection_end)
|
||||
{
|
||||
mSelectionStart = selection_start;
|
||||
mSelectionEnd = selection_end;
|
||||
|
||||
Reference in New Issue
Block a user