Merge branch 'release/2025.05' of https://github.com/secondlife/viewer

# Conflicts:
#	indra/newview/lloutfitgallery.cpp
#	indra/newview/skins/default/xui/en/panel_preferences_graphics1.xml
master
Ansariel 2025-06-01 02:12:33 +02:00
commit ab1b8c1cbf
1 changed files with 0 additions and 1 deletions

View File

@ -832,7 +832,6 @@ void LLOutfitGallery::updateAddedCategory(LLUUID cat_id)
return;
}
std::string name = cat->getName();
LLOutfitGalleryItem* item = buildGalleryItem(cat->getName(), cat_id, cat->getIsFavorite());
mOutfitMap.insert(LLOutfitGallery::outfit_map_value_t(cat_id, item));
item->setRightMouseDownCallback(boost::bind(&LLOutfitListBase::outfitRightClickCallBack, this,