Reverted inventory search behavor to pre v2. (search is per-panel, not global to the inventory floater)
This commit is contained in:
@@ -5245,6 +5245,13 @@ void LLWearableBridge::wearOnAvatar()
|
||||
void LLWearableBridge::wearAddOnAvatar()
|
||||
{
|
||||
// TODO: investigate wearables may not be loaded at this point EXT-8231
|
||||
// Don't wear anything until initial wearables are loaded, can
|
||||
// destroy clothing items.
|
||||
if (!gAgentWearables.areWearablesLoaded())
|
||||
{
|
||||
LLNotificationsUtil::add("CanNotChangeAppearanceUntilLoaded");
|
||||
return;
|
||||
}
|
||||
|
||||
LLViewerInventoryItem* item = getItem();
|
||||
if(item)
|
||||
|
||||
Reference in New Issue
Block a user