No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -525,7 +525,7 @@ BOOL LLButton::handleHover(S32 x, S32 y, MASK mask)
|
||||
|
||||
// We only handle the click if the click both started and ended within us
|
||||
getWindow()->setCursor(UI_CURSOR_ARROW);
|
||||
lldebugst(LLERR_USER_INPUT) << "hover handled by " << getName() << llendl;
|
||||
LL_DEBUGS("UserInput") << "hover handled by " << getName() << LL_ENDL;
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
@@ -741,7 +741,7 @@ void LLButton::draw()
|
||||
else
|
||||
{
|
||||
// no image
|
||||
lldebugs << "No image for button " << getName() << llendl;
|
||||
LL_DEBUGS() << "No image for button " << getName() << LL_ENDL;
|
||||
// draw it in pink so we can find it
|
||||
gl_rect_2d(0, getRect().getHeight(), getRect().getWidth(), 0, LLColor4::pink1 % alpha, FALSE);
|
||||
}
|
||||
@@ -958,7 +958,7 @@ void LLButton::setImageUnselected(LLPointer<LLUIImage> image)
|
||||
mImageUnselected = image;
|
||||
if (mImageUnselected.isNull())
|
||||
{
|
||||
llwarns << "Setting default button image for: " << getName() << " to NULL" << llendl;
|
||||
LL_WARNS() << "Setting default button image for: " << getName() << " to NULL" << LL_ENDL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user