summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorygallery.h
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-05-05 18:17:00 +0300
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2023-05-05 18:17:00 +0300
commit61818417d619c8d17cf861f0d72b314a14269e2f (patch)
treec8f162d81791c621e38d40cebf50275933837d4b /indra/newview/llinventorygallery.h
parent98681ef73ff33e0c0ff321e839a8e79b2cb334de (diff)
SL-19641 FIXED Gallery item is not selected after using 'Find original'
Diffstat (limited to 'indra/newview/llinventorygallery.h')
-rw-r--r--indra/newview/llinventorygallery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorygallery.h b/indra/newview/llinventorygallery.h
index 2cf038b7d8..dfb7be6a86 100644
--- a/indra/newview/llinventorygallery.h
+++ b/indra/newview/llinventorygallery.h
@@ -129,6 +129,7 @@ public:
bool hasVisibleItems();
void handleModifiedFilter();
LLScrollContainer* getScrollableContainer() { return mScrollPanel; }
+ LLInventoryGalleryItem* getSelectedItem();
protected: