MAINT-5708 FIXED Images shouldn't be displayed in notification titles
parent
e13d8087ea
commit
bbedc51d1d
|
|
@ -75,6 +75,10 @@ BOOL LLNotificationListItem::postBuild()
|
|||
mNoticeTextExp->setEnabled(FALSE);
|
||||
mNoticeTextExp->setTextExpandedCallback(boost::bind(&LLNotificationListItem::reshapeNotification, this));
|
||||
|
||||
mTitleBox->setContentTrusted(false);
|
||||
mTitleBoxExp->setContentTrusted(false);
|
||||
mNoticeTextExp->setContentTrusted(false);
|
||||
|
||||
mTimeBox->setValue(buildNotificationDate(mParams.time_stamp));
|
||||
mTimeBoxExp->setValue(buildNotificationDate(mParams.time_stamp));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue