From 4ff5ad507a20eec241a154591872cd4005a981d6 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Fri, 25 Sep 2020 19:19:28 +0300 Subject: SL-13132 Fixed missing 'owner' label --- indra/newview/llpanellandmarkinfo.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra') diff --git a/indra/newview/llpanellandmarkinfo.cpp b/indra/newview/llpanellandmarkinfo.cpp index 1992374c35..6751c25fb9 100644 --- a/indra/newview/llpanellandmarkinfo.cpp +++ b/indra/newview/llpanellandmarkinfo.cpp @@ -102,8 +102,6 @@ void LLPanelLandmarkInfo::resetLocation() mLandmarkTitle->setText(LLStringUtil::null); mLandmarkTitleEditor->setText(LLStringUtil::null); mNotesEditor->setText(LLStringUtil::null); - - getChild("parcel_owner_label")->setVisible(FALSE); } // virtual @@ -161,7 +159,6 @@ void LLPanelLandmarkInfo::setInfoType(EInfoType type) mLandmarkTitleEditor->setText(name); } - getChild("parcel_owner_label")->setVisible(TRUE); LLUUID owner_id = parcel->getOwnerID(); if (owner_id.notNull()) { @@ -248,7 +245,6 @@ void LLPanelLandmarkInfo::processParcelInfo(const LLParcelData& parcel_data) else { mParcelOwner->setText(getString("public")); - getChild("parcel_owner_label")->setVisible(FALSE); } LLSD info; -- cgit v1.2.3