Fix SinguReplaceLinks not being respected on various user driven UI
Corrects display for Readonly Notecards, Picks, Group profiles, First/ Second Life, Classifieds, Events, Landmarks, About Land, and Region/Estate Thanks for giving me the heads-up, Beware
This commit is contained in:
@@ -529,12 +529,7 @@ void LLPanelGroupNotices::showNotice(const std::string& subject,
|
||||
arrangeNoticeView(VIEW_PAST_NOTICE);
|
||||
|
||||
if(mViewSubject) mViewSubject->setText(subject);
|
||||
if (mViewMessage) {
|
||||
// We need to prune the highlights, and clear() is not doing it...
|
||||
mViewMessage->removeTextFromEnd(mViewMessage->getMaxLength());
|
||||
// Now we append the new text (setText() won't highlight URLs)
|
||||
mViewMessage->appendColoredText(message, false, false, mViewMessage->getReadOnlyFgColor());
|
||||
}
|
||||
if (mViewMessage) mViewMessage->setText(message, false);
|
||||
|
||||
if (mInventoryOffer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user