SL-15703 Don't minimize Search floater upon teleport

master
Mnikolenko Productengine 2021-07-30 11:53:59 +03:00
parent 01b1f15811
commit 13fba729fb
1 changed files with 0 additions and 10 deletions

View File

@ -3911,16 +3911,6 @@ bool LLAgent::teleportCore(bool is_local)
// hide the Region/Estate floater
LLFloaterReg::hideInstance("region_info");
// minimize the Search floater (STORM-1474)
{
LLFloater* instance = LLFloaterReg::getInstance("search");
if (instance && instance->getVisible())
{
instance->setMinimized(TRUE);
}
}
LLViewerParcelMgr::getInstance()->deselectLand();
LLViewerMediaFocus::getInstance()->clearFocus();