summaryrefslogtreecommitdiff
path: root/indra/newview/llpopupview.cpp
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-03-08 12:53:12 -0800
committerRichard Nelson <none@none>2010-03-08 12:53:12 -0800
commit6b177278802b3b6402e9b7d012e571e6b5171cd1 (patch)
tree38bccfb3ae4c9c25f6c6d536ba6ca3c94ac6c848 /indra/newview/llpopupview.cpp
parent62c4418e52c4af5b5cf6f118eedb1e4692829fbc (diff)
EXT-6256 - Viewer 2 - Search field set the focus out of the field when user type 'ne' or 'na' or some other letters combinations
reviewed by Leyla
Diffstat (limited to 'indra/newview/llpopupview.cpp')
-rw-r--r--indra/newview/llpopupview.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llpopupview.cpp b/indra/newview/llpopupview.cpp
index 1668a91eed..d8ad59c90c 100644
--- a/indra/newview/llpopupview.cpp
+++ b/indra/newview/llpopupview.cpp
@@ -220,10 +220,6 @@ void LLPopupView::removePopup(LLView* popup)
{
if (popup)
{
- if (gFocusMgr.childHasKeyboardFocus(popup))
- {
- gFocusMgr.setKeyboardFocus(NULL);
- }
popup_list_t::iterator iter = std::find(mPopups.begin(), mPopups.end(), popup->getHandle());
if(iter != mPopups.end())
{