CID-433
Checker: FORWARD_NULL Function: LLTabContainer::reshapeTuple(LLTabTuple *) File: /indra/llui/lltabcontainer.cppmaster
parent
0c6cf6fa78
commit
d1d195ba90
|
|
@ -1649,7 +1649,7 @@ void LLTabContainer::reshapeTuple(LLTabTuple* tuple)
|
|||
if(mCustomIconCtrlUsed)
|
||||
{
|
||||
LLCustomButtonIconCtrl* button = dynamic_cast<LLCustomButtonIconCtrl*>(tuple->mButton);
|
||||
LLIconCtrl* icon_ctrl = button->getIconCtrl();
|
||||
LLIconCtrl* icon_ctrl = button ? button->getIconCtrl() : NULL;
|
||||
image_overlay_width = icon_ctrl ? icon_ctrl->getRect().getWidth() : 0;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue