From 424366a66fc44d2f7194c9b1d1cc940bb4df6c79 Mon Sep 17 00:00:00 2001
From: Vadim ProductEngine <vsavchuk@productengine.com>
Date: Fri, 1 Jul 2011 21:11:36 +0300
Subject: [PATCH] STORM-1137 FIXED Close the REGION/ESTATE floater when
 teleporting.

---
 indra/newview/llagent.cpp | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index fa6488e4863..8954937f695 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -3350,6 +3350,9 @@ bool LLAgent::teleportCore(bool is_local)
 	// hide land floater too - it'll be out of date
 	LLFloaterReg::hideInstance("about_land");
 
+	// hide the Region/Estate floater
+	LLFloaterReg::hideInstance("region_info");
+
 	// hide the search floater (EXT-8276)
 	LLFloaterReg::hideInstance("search");
 
-- 
GitLab