From 078c43b07219da0d2525f392c90105339e228487 Mon Sep 17 00:00:00 2001
From: Vadim Savchuk <vsavchuk@productengine.com>
Date: Thu, 8 Jul 2010 19:35:44 +0300
Subject: [PATCH] EXT-8276 FIXED Hide the Search floater on teleport.

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/719/

--HG--
branch : product-engine
---
 indra/newview/llagent.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 345953f2e9c..4e5fdb1219d 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -3234,6 +3234,9 @@ bool LLAgent::teleportCore(bool is_local)
 	// hide land floater too - it'll be out of date
 	LLFloaterReg::hideInstance("about_land");
 
+	// hide the search floater (EXT-8276)
+	LLFloaterReg::hideInstance("search");
+
 	LLViewerParcelMgr::getInstance()->deselectLand();
 	LLViewerMediaFocus::getInstance()->clearFocus();
 
-- 
GitLab