diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2011-07-22 15:22:59 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2011-07-22 15:22:59 +0300 |
commit | 298bb68484ec2f44369a1ad2e2b4c84d71d3d9f0 (patch) | |
tree | e33af008f7d269d7f9090af80c2a925ead14ab3a /indra/newview | |
parent | d26356d7e16191da90cae23d3871d4e7289e175f (diff) |
STORM-1474 FIXED Implement Show Last Search in viewer chrome
- Minimize the search floater on teleport
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llagent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 492cfe7c1b..642a1907f0 100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3356,8 +3356,8 @@ bool LLAgent::teleportCore(bool is_local) // hide the Region/Estate floater LLFloaterReg::hideInstance("region_info"); - // hide the search floater (EXT-8276) - LLFloaterReg::hideInstance("search"); + // minimize the Search floater (STORM-1474) + LLFloaterReg::getInstance("search")->setMinimized(TRUE); LLViewerParcelMgr::getInstance()->deselectLand(); LLViewerMediaFocus::getInstance()->clearFocus(); |