Bulk of server-baking impelmentation and a bit of cleanup.
This commit is contained in:
@@ -147,7 +147,7 @@ void LLScrollingPanelParam::setVisible( BOOL visible )
|
||||
|
||||
void LLScrollingPanelParam::draw()
|
||||
{
|
||||
if( !mWearable || gFloaterCustomize->isMinimized() )
|
||||
if( !mWearable || !LLFloaterCustomize::instanceExists() || LLFloaterCustomize::getInstance()->isMinimized() )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user