diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-07-17 18:29:46 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-07-17 18:29:46 +0300 |
commit | 7c82588ae3686cf982891a92164e384ff3475cc6 (patch) | |
tree | 6e39a6d945dfdb8aadac8b17277b18122ccd54a1 /indra/newview/llpanelgroupnotices.h | |
parent | 42ab393dd39e2e78cde2b55dcd04d21be6a51937 (diff) |
MAINT-8883 Restore previous selection after updating the list
Diffstat (limited to 'indra/newview/llpanelgroupnotices.h')
-rw-r--r-- | indra/newview/llpanelgroupnotices.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelgroupnotices.h b/indra/newview/llpanelgroupnotices.h index 04629b5f6b..46c8c241c6 100644 --- a/indra/newview/llpanelgroupnotices.h +++ b/indra/newview/llpanelgroupnotices.h @@ -65,6 +65,8 @@ public: void refreshNotices(); + void clearNoticeList(); + virtual void setGroupID(const LLUUID& id); private: @@ -113,6 +115,8 @@ private: LLOfferInfo* mInventoryOffer; + LLUUID mPrevSelectedNotice; + static std::map<LLUUID,LLPanelGroupNotices*> sInstances; }; |