diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index fa6488e4863f75124c7d70b9c6eedb0fdc404c9c..8954937f695f6a246de1b53c625e78d5ded869f3 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");