diff options
author | Richard Nelson <none@none> | 2010-04-09 12:38:47 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-04-09 12:38:47 -0700 |
commit | 7d78d1ea4064c8912a6509a9e9527347413db3ce (patch) | |
tree | 7cd4dcee600bd101497916c2a2b79c71c0f71765 /indra/newview | |
parent | 22d6992f95c2417d89be89cc12361bffb246b6ff (diff) |
EXT-6693 - [crashhunters] crash in LLPopupView::handleMouseEvent
reviewed by Monroe
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpopupview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpopupview.cpp b/indra/newview/llpopupview.cpp index 7cde350d5a..4523bf2ba4 100644 --- a/indra/newview/llpopupview.cpp +++ b/indra/newview/llpopupview.cpp @@ -116,7 +116,6 @@ BOOL LLPopupView::handleMouseEvent(boost::function<BOOL(LLView*, S32, S32)> func if (!popup || !predicate(popup)) { - ++popup_it; continue; } |