summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-08 16:37:45 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-02-08 16:37:45 +0200
commit83cd767b2403a99f1e558c959ded65846bb8c1af (patch)
treeeadce3b828725608f6c4b7f849d619d7d1164543 /indra/newview
parent6e6ec9d10eee9c3cfab3b9309b7bdb322803bee0 (diff)
SL-19134 Fix owner and creator names not being clickable
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llsidepaneliteminfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llsidepaneliteminfo.cpp b/indra/newview/llsidepaneliteminfo.cpp
index d9b2ee7763..2402827ca0 100644
--- a/indra/newview/llsidepaneliteminfo.cpp
+++ b/indra/newview/llsidepaneliteminfo.cpp
@@ -375,7 +375,7 @@ void LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem* item)
}
getChildView("LabelCreatorTitle")->setEnabled(TRUE);
- mLabelCreatorName->setEnabled(FALSE);
+ mLabelCreatorName->setEnabled(TRUE);
}
else
{
@@ -432,7 +432,7 @@ void LLSidepanelItemInfo::refreshFromItem(LLViewerInventoryItem* item)
}
}
getChildView("LabelOwnerTitle")->setEnabled(TRUE);
- mLabelOwnerName->setEnabled(FALSE);
+ mLabelOwnerName->setEnabled(TRUE);
}
else
{