FIRE-35947 Ensure the top menu buttons (gear/sort/trash) are only visible in the outfits panel

master
PanteraPolnocy 2025-09-15 12:39:25 +02:00
parent 142392f4c0
commit 49b5e40a18
1 changed files with 6 additions and 0 deletions

View File

@ -365,6 +365,12 @@ void LLSidepanelAppearance::toggleMyOutfitsPanel(bool visible, const std::string
mFilterEditor->setVisible(visible);
mCurrOutfitPanel->setVisible(visible);
// <FS:PP> FIRE-35947 Ensure the top menu buttons (gear/sort/trash) are only visible in the outfits panel
getChildView("options_gear_btn_panel")->setVisible(visible);
getChildView("options_sort_btn_panel")->setVisible(visible);
getChildView("trash_btn_panel")->setVisible(visible);
// </FS:PP>
if (visible)
{
mPanelOutfitsInventory->onOpen(LLSD());