diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-11-06 16:30:47 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-11-06 16:30:47 +0200 |
commit | ece5e6b827ad278fec4a8c859fe97977cc4f1fda (patch) | |
tree | 1b7fc16ebab71b6344bc0377e18a6909a3ef0a65 /indra/newview/llpanelmaininventory.h | |
parent | c8c8005e2f5ff2a7805ff37af123367cac0fbf4b (diff) |
MAINT-7961 Search link in Recent tab of Inventory should open the Search filters for Inventory
Diffstat (limited to 'indra/newview/llpanelmaininventory.h')
-rw-r--r-- | indra/newview/llpanelmaininventory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpanelmaininventory.h b/indra/newview/llpanelmaininventory.h index 5300a2c023..2904d5de76 100644 --- a/indra/newview/llpanelmaininventory.h +++ b/indra/newview/llpanelmaininventory.h @@ -91,6 +91,8 @@ public: static void newWindow(); + void toggleFindOptions(); + protected: // // Misc functions @@ -98,7 +100,6 @@ protected: void setFilterTextFromFilter(); void startSearch(); - void toggleFindOptions(); void onSelectionChange(LLInventoryPanel *panel, const std::deque<LLFolderViewItem*>& items, BOOL user_action); static BOOL filtersVisible(void* user_data); |