diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-01 21:11:36 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2011-07-01 21:11:36 +0300 |
commit | 424366a66fc44d2f7194c9b1d1cc940bb4df6c79 (patch) | |
tree | fe855368ec94304cdc32c6f3f6b1041ec44229b5 /indra | |
parent | 2fc65cae7b073077c29133dc4cfc438880163746 (diff) |
STORM-1137 FIXED Close the REGION/ESTATE floater when teleporting.
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llagent.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index fa6488e486..8954937f69 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"); |