summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersnapshot.cpp
diff options
context:
space:
mode:
authorAndreyL ProductEngine <alihatskiy@productengine.com>2019-08-22 23:22:46 +0300
committerAndreyL ProductEngine <alihatskiy@productengine.com>2019-08-22 23:22:46 +0300
commit7d9b7e93ed0a157320ccc86d65f16e7fdfc8fbf1 (patch)
tree3e2209066cda28b08606050202e64246b95c416e /indra/newview/llfloatersnapshot.cpp
parent42dcb38a2daf456913802bd6c37cc6f2a141975b (diff)
parente9ead7cc2ee9970b468ef6de0ba57726bb203ef4 (diff)
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r--indra/newview/llfloatersnapshot.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp
index c08aaf3f50..a7931137b0 100644
--- a/indra/newview/llfloatersnapshot.cpp
+++ b/indra/newview/llfloatersnapshot.cpp
@@ -784,6 +784,7 @@ void LLFloaterSnapshot::Impl::onCommitLayerTypes(LLUICtrl* ctrl, void*data)
previewp->setSnapshotBufferType((LLSnapshotModel::ESnapshotLayerType)combobox->getCurrentIndex());
}
view->impl->checkAutoSnapshot(previewp, TRUE);
+ previewp->updateSnapshot(TRUE, TRUE);
}
}