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.xmlmaster
commit
ab1b8c1cbf
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue