diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-12-07 17:37:20 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-12-07 17:37:20 +0200 |
commit | 1884da366d1ec5a1d49df521f2bc639d7d72fd88 (patch) | |
tree | 1e31c931933517831cbb477de58f410621e70b76 /indra/newview/llpanelmaininventory.h | |
parent | e3b910e14113030b79004bf216193c96c6fb9521 (diff) |
SL-1777 FIXED Uploading Image or Saving Snapshot while in Inventory Recent tab jumps to Main tab
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index a6bdee233d..b8bf6c8b54 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -81,6 +81,8 @@ public: void selectAllItemsPanel(); const LLInventoryPanel* getActivePanel() const { return mActivePanel; } + bool isRecentItemsPanelSelected(); + const std::string& getFilterText() const { return mFilterText; } void setSelectCallback(const LLFolderView::signal_t::slot_type& cb); |