summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-12-21 11:37:31 +0200
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-12-21 11:37:31 +0200
commit5099d01b74cfdd4ba192844b9fb7c5d19c454a54 (patch)
treee4f8a59554112c5ad24175b2682fd85189fb1dbd /indra/newview/llpreviewscript.h
parent405bae78cdb3c875a588aeb554320c345075a2fd (diff)
MAINT-1017 FIXED Disable checkbox during saving process to avoid glitch.
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-xindra/newview/llpreviewscript.h2
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;