SL-15703 Don't minimize Search floater upon teleport
parent
01b1f15811
commit
13fba729fb
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue