Skip to content
Snippets Groups Projects
Commit 078c43b0 authored by Vadim Savchuk's avatar Vadim Savchuk
Browse files

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
parent 417b98ea
No related branches found
No related tags found
No related merge requests found
...@@ -3234,6 +3234,9 @@ bool LLAgent::teleportCore(bool is_local) ...@@ -3234,6 +3234,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 search floater (EXT-8276)
LLFloaterReg::hideInstance("search");
LLViewerParcelMgr::getInstance()->deselectLand(); LLViewerParcelMgr::getInstance()->deselectLand();
LLViewerMediaFocus::getInstance()->clearFocus(); LLViewerMediaFocus::getInstance()->clearFocus();
......
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