SL-12358 Preview picker for outfits shouldn't have 'apply now'
parent
dcf8487e4c
commit
3152f24dbd
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@
|
|||
layout="topleft"
|
||||
left="8"
|
||||
name="preview_disabled"
|
||||
top="266"
|
||||
top="305"
|
||||
value="Preview Disabled"
|
||||
visible="false"
|
||||
width="120" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue