summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2024-10-03 23:10:17 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2024-10-04 19:35:08 +0300
commit4339ad9a528c82946ce40ec2bd240b41d104f338 (patch)
tree11eee9d90c7f2b0f308ea789c3ff3f3eebbff497 /indra/newview/lltexturectrl.h
parentd76e8dd61120fd82dbfbed786d803d16af7d6d4d (diff)
viewer-private#300 Fix inconsistency of finding inventory id
when picker was in a different mode
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r--indra/newview/lltexturectrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h
index df5e763139..e4d877e229 100644
--- a/indra/newview/lltexturectrl.h
+++ b/indra/newview/lltexturectrl.h
@@ -447,6 +447,7 @@ private:
S32 mMaxDim;
S32 mMinDim;
EPickInventoryType mInventoryPickType;
+ LLPickerSource mSelectionSource;
texture_selected_callback mTextureSelectedCallback;