From eddd952cdeaaabf1b2ab91e9b62aec553621ff82 Mon Sep 17 00:00:00 2001 From: andreykproductengine Date: Tue, 19 Mar 2019 20:26:22 +0200 Subject: SL-10730 [Legacy profiles] 'Cancel' does not discard changes at the Notes tab --- indra/newview/llpanelprofile.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'indra') 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; } -- cgit v1.2.3