From 852d237370aa1097616629ea0accffc2a2f5e8c3 Mon Sep 17 00:00:00 2001 From: MaximB ProductEngine Date: Wed, 13 Nov 2013 14:56:14 +0200 Subject: [PATCH] MAINT-3364 (Texture picker highlights the wrong texture when no texture is found since CHUI.) --- indra/newview/lltexturectrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/lltexturectrl.cpp b/indra/newview/lltexturectrl.cpp index a2ea8ba5ea..07b20f0794 100755 --- a/indra/newview/lltexturectrl.cpp +++ b/indra/newview/lltexturectrl.cpp @@ -844,7 +844,7 @@ void LLFloaterTexturePicker::onSelectionChange(const std::deque FIRE-8298: Apply now checkbox has no effect setCanApply(true, true); // - mImageAssetID = itemp->getAssetUUID(); + setImageID(itemp->getAssetUUID()); mViewModel->setDirty(); // *TODO: shouldn't we be using setValue() here? if (user_action && mCanPreview) {