diff options
| -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  | 
