SL-12358 Preview picker for outfits shouldn't have 'apply now'

master
andreykproductengine 2019-11-25 23:42:22 +02:00
parent dcf8487e4c
commit 3152f24dbd
2 changed files with 2 additions and 1 deletions

View File

@ -1364,6 +1364,7 @@ void LLOutfitGallery::onSelectPhoto(LLUUID selected_outfit_id)
texture_floaterp->setOnFloaterCommitCallback(boost::bind(&LLOutfitGallery::onTexturePickerCommit, this, _1, _2));
texture_floaterp->setOnUpdateImageStatsCallback(boost::bind(&LLOutfitGallery::onTexturePickerUpdateImageStats, this, _1));
texture_floaterp->setLocalTextureEnabled(FALSE);
texture_floaterp->setCanApply(false, true);
}
floaterp->openFloater();

View File

@ -159,7 +159,7 @@
layout="topleft"
left="8"
name="preview_disabled"
top="266"
top="305"
value="Preview Disabled"
visible="false"
width="120" />