diff options
-rw-r--r-- | indra/newview/llpanelprofile.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelprofile.cpp b/indra/newview/llpanelprofile.cpp index fea76f9d04..8fbd7fe726 100644 --- a/indra/newview/llpanelprofile.cpp +++ b/indra/newview/llpanelprofile.cpp @@ -1166,7 +1166,6 @@ BOOL LLPanelProfileNotes::postBuild() mEditObjectRights->setCommitCallback(boost::bind(&LLPanelProfileNotes::onCommitRights, this)); mNotesEditor->setCommitCallback(boost::bind(&LLPanelProfileNotes::onCommitNotes,this)); - mNotesEditor->setCommitOnFocusLost(TRUE); return TRUE; } |