summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-02-26 06:33:15 -0800
committerMerov Linden <merov@lindenlab.com>2014-02-26 06:33:15 -0800
commit8fb94a96b18d3b115b75f6d40a06da1c31d21623 (patch)
treef1c9765626098da3143c7ba9290310297856b9e8 /indra
parent6dfcd7fc2bd0f502673c43f1a54cda2a8d74e391 (diff)
ACME-1327 : WIP : Update the big preview with size and refresh as well
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llsnapshotlivepreview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsnapshotlivepreview.cpp b/indra/newview/llsnapshotlivepreview.cpp
index 2ab00419f9..db203c7c78 100644
--- a/indra/newview/llsnapshotlivepreview.cpp
+++ b/indra/newview/llsnapshotlivepreview.cpp
@@ -545,6 +545,9 @@ void LLSnapshotLivePreview::generateThumbnailImage(BOOL force_update)
return ;
}
+ // Invalidate the big thumbnail when we regenerate the small one
+ mBigThumbnailUpToDate = FALSE;
+
if(mThumbnailImage)
{
resetThumbnailImage() ;