summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelprofilepicks.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-09 20:53:21 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-09 20:53:21 +0300
commit76beebae685d859d4afbff6db3ae6d7785b204da (patch)
tree68c9ef2f12fb6d5d80b080e42f542f94737343eb /indra/newview/llpanelprofilepicks.cpp
parent39ab2fb3fee460cc62b444a9f7bb589b735e7a80 (diff)
SL-15312 Fixed picks tabs being too thin
Diffstat (limited to 'indra/newview/llpanelprofilepicks.cpp')
-rw-r--r--indra/newview/llpanelprofilepicks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llpanelprofilepicks.cpp b/indra/newview/llpanelprofilepicks.cpp
index b3109e7da2..c452fb5abd 100644
--- a/indra/newview/llpanelprofilepicks.cpp
+++ b/indra/newview/llpanelprofilepicks.cpp
@@ -131,7 +131,7 @@ LLPanelProfilePicks::~LLPanelProfilePicks()
void LLPanelProfilePicks::onOpen(const LLSD& key)
{
- LLPanelProfileTab::onOpen(key);
+ LLPanelProfilePropertiesProcessorTab::onOpen(key);
resetData();
@@ -405,7 +405,7 @@ void LLPanelProfilePick::setAvatarId(const LLUUID& avatar_id)
{
return;
}
- LLPanelProfileTab::setAvatarId(avatar_id);
+ LLPanelProfilePropertiesProcessorTab::setAvatarId(avatar_id);
// creating new Pick
if (getPickId().isNull() && getSelfProfile())