diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-12-21 11:37:31 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-12-21 11:37:31 +0200 |
commit | 5099d01b74cfdd4ba192844b9fb7c5d19c454a54 (patch) | |
tree | e4f8a59554112c5ad24175b2682fd85189fb1dbd /indra/newview/llpreviewscript.h | |
parent | 405bae78cdb3c875a588aeb554320c345075a2fd (diff) |
MAINT-1017 FIXED Disable checkbox during saving process to avoid glitch.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-x | indra/newview/llpreviewscript.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h index 5f65be7383..d403214c22 100755 --- a/indra/newview/llpreviewscript.h +++ b/indra/newview/llpreviewscript.h @@ -315,6 +315,8 @@ private: // need to save both text and script, so need to decide when done S32 mPendingUploads; + BOOL mIsSaving; + BOOL getIsModifiable() const { return mIsModifiable; } // Evaluated on load assert LLCheckBoxCtrl* mMonoCheckbox; |