Skip to content
Snippets Groups Projects
Commit 1dbcc3ff authored by Aimee Linden's avatar Aimee Linden
Browse files

STORM-92 MERGE

parents 9ddffadd 85b4eed9
No related branches found
No related tags found
No related merge requests found
...@@ -230,6 +230,11 @@ void LLPanelPlaceProfile::setInfoType(EInfoType type) ...@@ -230,6 +230,11 @@ void LLPanelPlaceProfile::setInfoType(EInfoType type)
break; break;
} }
if (mAccordionCtrl != NULL)
{
mAccordionCtrl->expandDefaultTab();
}
LLPanelPlaceInfo::setInfoType(type); LLPanelPlaceInfo::setInfoType(type);
} }
...@@ -274,11 +279,6 @@ void LLPanelPlaceProfile::handleVisibilityChange(BOOL new_visibility) ...@@ -274,11 +279,6 @@ void LLPanelPlaceProfile::handleVisibilityChange(BOOL new_visibility)
parcel_mgr->deselectUnused(); parcel_mgr->deselectUnused();
} }
} }
if (mAccordionCtrl != NULL)
{
mAccordionCtrl->expandDefaultTab();
}
} }
void LLPanelPlaceProfile::displaySelectedParcelInfo(LLParcel* parcel, void LLPanelPlaceProfile::displaySelectedParcelInfo(LLParcel* parcel,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment