From 5759be7cdf0f8fe0745265b85bab8c37bd2335be Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Wed, 17 Aug 2022 18:06:51 +0300 Subject: SL-17834 MP window freezes when loading items from Inventory 1. Do not process all marketpalce changes at once, schedule them for later 2. Do not notifyObservers from notifyObservers --- indra/newview/llmarketplacefunctions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llmarketplacefunctions.h') diff --git a/indra/newview/llmarketplacefunctions.h b/indra/newview/llmarketplacefunctions.h index fee9225f77..ec5de88189 100644 --- a/indra/newview/llmarketplacefunctions.h +++ b/indra/newview/llmarketplacefunctions.h @@ -240,6 +240,7 @@ public: void setUpdating(const LLUUID& folder_id, bool isUpdating); // Used to decide when to run a validation on listing folders + bool hasValidationWaiting() { return mValidationWaitingList.size() > 0; } void setValidationWaiting(const LLUUID& folder_id, S32 count); void decrementValidationWaiting(const LLUUID& folder_id, S32 count = 1); -- cgit v1.2.3