diff options
author | andreykproductengine <akleshchev@productengine.com> | 2014-04-01 19:00:21 +0300 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2014-04-01 19:00:21 +0300 |
commit | e96fad30ac06f040099db2148a0f482641d1cbd4 (patch) | |
tree | f72e774a3a979026286e6eabf51b5d8afe46f98e /indra/llui/lllineeditor.cpp | |
parent | 435c1950213be95f359a5d33e23e74cc2e8c76a0 (diff) |
MAINT-1180 FIXED Cannot delete object description.
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rwxr-xr-x | indra/llui/lllineeditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp index 5478e85e13..91d2f8f653 100755 --- a/indra/llui/lllineeditor.cpp +++ b/indra/llui/lllineeditor.cpp @@ -253,6 +253,7 @@ void LLLineEditor::onCommit() setControlValue(getValue()); LLUICtrl::onCommit(); + resetDirty(); // Selection on commit needs to be turned off when evaluating maths // expressions, to allow indication of the error position |