Skip to content
Snippets Groups Projects
Commit 424366a6 authored by Vadim ProductEngine's avatar Vadim ProductEngine
Browse files

STORM-1137 FIXED Close the REGION/ESTATE floater when teleporting.

parent 2fc65cae
No related branches found
No related tags found
No related merge requests found
...@@ -3350,6 +3350,9 @@ bool LLAgent::teleportCore(bool is_local) ...@@ -3350,6 +3350,9 @@ bool LLAgent::teleportCore(bool is_local)
// hide land floater too - it'll be out of date // hide land floater too - it'll be out of date
LLFloaterReg::hideInstance("about_land"); LLFloaterReg::hideInstance("about_land");
// hide the Region/Estate floater
LLFloaterReg::hideInstance("region_info");
// hide the search floater (EXT-8276) // hide the search floater (EXT-8276)
LLFloaterReg::hideInstance("search"); LLFloaterReg::hideInstance("search");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment