diff options
author | Kadah_Coba <kadah.coba@gmail.com> | 2011-07-01 17:15:51 -0700 |
---|---|---|
committer | Kadah_Coba <kadah.coba@gmail.com> | 2011-07-01 17:15:51 -0700 |
commit | b46f89e2806a5f7a4d2b11304e4d285d2de32241 (patch) | |
tree | c22b32a2ee63f898c086a65e8e96e78bdda921a3 /indra/newview/llfloaterworldmap.cpp | |
parent | 662a92784328f31b680f4f049350dd0f6cacf4c7 (diff) |
VWR-25753 Searching in the world map clears the destination arrow but not the destination beacon
Diffstat (limited to 'indra/newview/llfloaterworldmap.cpp')
-rwxr-xr-x | indra/newview/llfloaterworldmap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp index b3910982d1..eb3c7ee469 100755 --- a/indra/newview/llfloaterworldmap.cpp +++ b/indra/newview/llfloaterworldmap.cpp @@ -1070,7 +1070,7 @@ void LLFloaterWorldMap::onComboTextEntry() // Reset the tracking whenever we start typing into any of the search fields, // so that hitting <enter> does an auto-complete versus teleporting us to the // previously selected landmark/friend. - LLTracker::clearFocus(); + LLTracker::stopTracking(NULL); } void LLFloaterWorldMap::onSearchTextEntry( ) |