Simple update check mechanism, and tons of notification tweaking to make the notifications look less crap.

This commit is contained in:
Shyotl
2018-02-08 01:26:09 -06:00
parent 30df7dacde
commit 2dc46964b4
12 changed files with 375 additions and 17 deletions

View File

@@ -301,6 +301,13 @@ BOOL LLDragHandle::handleMouseUp(S32 x, S32 y, MASK mask)
return TRUE;
}
void LLDragHandle::setTextColor(const LLColor4& color)
{
if (mTitleBox)
{
mTitleBox->setColor(color);
}
}
BOOL LLDragHandle::handleHover(S32 x, S32 y, MASK mask)
{