MAINT-3364 (Texture picker highlights the wrong texture when no texture is found since CHUI.)

MaximB ProductEngine 2013-11-13 14:56:14 +02:00
parent 8b6ce32df8
commit 852d237370
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{