diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-11 20:38:13 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2022-05-11 22:10:12 +0300 |
commit | 1e84d0e6494df1f5ccb3f69e53849bf26b01e385 (patch) | |
tree | a3c8341f73862dbb7e14786b80b4058fd87f65a7 /indra/newview/llagentpicksinfo.h | |
parent | 76beebae685d859d4afbff6db3ae6d7785b204da (diff) |
SL-15312 Profiles tweaks
Fix loading indicators to be at the center of picls and classified
Hide classifieds and picks related buttons for other agents
10px distance from image
Fix chat history menu button not working
Changed 'partner' field behavior
Prevent selection of disabled FL text field
Diffstat (limited to 'indra/newview/llagentpicksinfo.h')
-rw-r--r-- | indra/newview/llagentpicksinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagentpicksinfo.h b/indra/newview/llagentpicksinfo.h index f981e08ff7..21df036cb7 100644 --- a/indra/newview/llagentpicksinfo.h +++ b/indra/newview/llagentpicksinfo.h @@ -74,10 +74,10 @@ public: void decrementNumberOfPicks() { --mNumberOfPicks; } -private: - void onServerRespond(LLAvatarPicks* picks); +private: + /** * Sets number of Picks. */ |