diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2010-03-18 17:45:35 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2010-03-18 17:45:35 +0200 |
commit | 095cd1b639a969686ff5b9fadfce6b90f038590e (patch) | |
tree | d1c093fcd3cbbe5d4a6713ac37b2a08ec5edca5d /indra/llui | |
parent | 00c4dabc2ba4052f66654c871f82f90e21500d9d (diff) |
fixed EXT-6092 [crashhunters] Crash in LLFlatListView::selectItemPair
turned off commit on focus lost for the filter editor (Panel Places) in the code
Reviewed by Mike at https://codereview.productengine.com/secondlife/r/63/
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llsearcheditor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llsearcheditor.h b/indra/llui/llsearcheditor.h index 714aca9337..785d0633dc 100644 --- a/indra/llui/llsearcheditor.h +++ b/indra/llui/llsearcheditor.h @@ -66,6 +66,8 @@ public: } }; + void setCommitOnFocusLost(BOOL b) { if (mSearchEditor) mSearchEditor->setCommitOnFocusLost(b); } + protected: LLSearchEditor(const Params&); friend class LLUICtrlFactory; |