diff options
| author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 21:54:23 +0300 |
|---|---|---|
| committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-08-13 21:54:23 +0300 |
| commit | ef423bfb81283a657207274b20d0ab012962656a (patch) | |
| tree | 96580f80a5e3783f003e488faaecd893888376ce /indra/newview/llfloatersnapshot.cpp | |
| parent | 6faa1edf779048c6953ee91102e5c3bb0fa4e529 (diff) | |
| parent | e9ead7cc2ee9970b468ef6de0ba57726bb203ef4 (diff) | |
Merged in lindenlab/viewer-release
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
| -rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index 8e0f6f312d..2798e375c7 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -782,6 +782,7 @@ void LLFloaterSnapshot::Impl::onCommitLayerTypes(LLUICtrl* ctrl, void*data) previewp->setSnapshotBufferType((LLSnapshotModel::ESnapshotLayerType)combobox->getCurrentIndex()); } view->impl->checkAutoSnapshot(previewp, TRUE); + previewp->updateSnapshot(TRUE, TRUE); } } |
