summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmaininventory.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/llpanelmaininventory.h
parent98681ef73ff33e0c0ff321e839a8e79b2cb334de (diff)
SL-19641 FIXED Gallery item is not selected after using 'Find original'
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r--indra/newview/llpanelmaininventory.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h
index 21e08bbac8..44beba6b4f 100644
--- a/indra/newview/llpanelmaininventory.h
+++ b/indra/newview/llpanelmaininventory.h
@@ -120,10 +120,13 @@ public:
void onBackFolderClicked();
void onForwardFolderClicked();
void setSingleFolderViewRoot(const LLUUID& folder_id, bool clear_nav_history = true);
- void setGallerySelection(const LLUUID& item_id);
+ void setGallerySelection(const LLUUID& item_id, bool new_window = false);
LLUUID getSingleFolderViewRoot();
bool isSingleFolderMode() { return mSingleFolderMode; }
+ void scrollToGallerySelection();
+ void scrollToInvPanelSelection();
+
void setViewMode(EViewModeType mode);
bool isListViewMode() { return (mViewMode == MODE_LIST); }
bool isGalleryViewMode() { return (mViewMode == MODE_GALLERY); }
@@ -236,6 +239,8 @@ private:
bool mForceShowInvLayout;
bool mCombinationShapeDirty;
+ bool mDelayedCombGalleryScroll;
+ bool mDelayedCombInvPanelScroll;
// List Commands //
////////////////////////////////////////////////////////////////////////////////
};