Improve notifications a bit (mainly lets you click links in notices)
Actually respect the color they're supposed to be by setting text AFTER creation Don't double up with setEnabled, we're setting read only through the constructor Be Mouse Opaque, handle mouse events beyond scrolling, match group notices Don't call things more than once, that's nonsense.
This commit is contained in:
@@ -183,7 +183,6 @@ LLGroupNotifyBox::LLGroupNotifyBox(const std::string& subject,
|
||||
|
||||
LLColor4 semi_transparent(1.0f,1.0f,1.0f,0.8f);
|
||||
text->setCursor(0,0);
|
||||
text->setEnabled(FALSE);
|
||||
text->setWordWrap(TRUE);
|
||||
//text->setTabStop(FALSE); // was interfering with copy-and-paste
|
||||
text->setTabsToNextField(TRUE);
|
||||
|
||||
Reference in New Issue
Block a user