summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterchangeitemthumbnail.cpp
diff options
context:
space:
mode:
authorcosmic-linden <111533034+cosmic-linden@users.noreply.github.com>2024-01-09 16:51:21 -0800
committerGitHub <noreply@github.com>2024-01-09 16:51:21 -0800
commit5443a18ba654609f4a5086e3561b9085669d16c4 (patch)
tree15f85c95d18cc79997badfb0395a7f73dc6ad5d0 /indra/newview/llfloaterchangeitemthumbnail.cpp
parent983a3c7207bcb233fb5a1cfdfbed8b9a3f992a73 (diff)
parent390a5031dcdbc6bf191f49a105021c8a707a9949 (diff)
Merge pull request #624 from secondlife/andreyk/SL-19555
SL-19555 Fix picker failing to highlight default material in inventory
Diffstat (limited to 'indra/newview/llfloaterchangeitemthumbnail.cpp')
-rw-r--r--indra/newview/llfloaterchangeitemthumbnail.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterchangeitemthumbnail.cpp b/indra/newview/llfloaterchangeitemthumbnail.cpp
index 0301627c15..776f8dc785 100644
--- a/indra/newview/llfloaterchangeitemthumbnail.cpp
+++ b/indra/newview/llfloaterchangeitemthumbnail.cpp
@@ -751,7 +751,8 @@ void LLFloaterChangeItemThumbnail::showTexturePicker(const LLUUID &thumbnail_id)
PERM_NONE,
PERM_NONE,
FALSE,
- NULL);
+ NULL,
+ PICK_TEXTURE);
mPickerHandle = floaterp->getHandle();