summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2019-03-19 20:26:22 +0200
committerandreykproductengine <andreykproductengine@lindenlab.com>2019-03-19 20:26:22 +0200
commiteddd952cdeaaabf1b2ab91e9b62aec553621ff82 (patch)
tree80791809bf6628cbf0a85803cc823d39632ff286 /indra/newview
parenta8e92f27391460f7334f4378db8f68a223487f94 (diff)
SL-10730 [Legacy profiles] 'Cancel' does not discard changes at the Notes tab
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpanelprofile.cpp1
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;
}