diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index 71dc36804e6dabea69ce7da54227cdaf47cbc438..b39de851c11a84469985ee6ff9a94dd6ec3c16d6 100644 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -2227,6 +2227,7 @@ void LLLiveLSLEditor::callbackLSLCompileFailed(const LLSD& compile_errors) } mScriptEd->selectFirstError(); mIsSaving = FALSE; + mScriptEd->mCompiling = false; // [SL:KB] - Patch: Build-ScriptRecover | Checked: 2011-11-23 (Catznip-3.2) // Script was successfully saved so delete our backup copy if we have one and the editor is still pristine