MAINT-5708 FIXED Images shouldn't be displayed in notification titles

master
Mnikolenko ProductEngine 2015-10-08 17:06:04 +03:00
parent e13d8087ea
commit bbedc51d1d
1 changed files with 4 additions and 0 deletions

View File

@ -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));