MAINT-3364 (Texture picker highlights the wrong texture when no texture is found since CHUI.)
parent
8b6ce32df8
commit
852d237370
|
|
@ -844,7 +844,7 @@ void LLFloaterTexturePicker::onSelectionChange(const std::deque<LLFolderViewItem
|
|||
// <FS:Ansariel> FIRE-8298: Apply now checkbox has no effect
|
||||
setCanApply(true, true);
|
||||
// </FS:Ansariel>
|
||||
mImageAssetID = itemp->getAssetUUID();
|
||||
setImageID(itemp->getAssetUUID());
|
||||
mViewModel->setDirty(); // *TODO: shouldn't we be using setValue() here?
|
||||
if (user_action && mCanPreview)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue