prependNewLineState value stored here is never read since this is the end of the message.
parent
87b93b7625
commit
f8b98baa8d
|
|
@ -1190,7 +1190,8 @@ void FSChatHistory::appendMessage(const LLChat& chat, const LLSD &args, const LL
|
|||
}
|
||||
|
||||
appendText(message, prependNewLineState, body_message_params); // <FS:Zi> FIRE-8600: TAB out of chat history
|
||||
prependNewLineState = false;
|
||||
// Uncomment this if we never need to append to the end of a message. [FS:CR]
|
||||
//prependNewLineState = false;
|
||||
}
|
||||
|
||||
blockUndo(); // <FS:Zi> FIRE-8600: TAB out of chat history
|
||||
|
|
|
|||
Loading…
Reference in New Issue