diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2026-02-10 15:58:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-10 15:58:49 +0200 |
| commit | a35c315b1753dfab5307a2beceb634d4bc2553f0 (patch) | |
| tree | 891926e4adeebfeaf986f2e8c347931a99b6f49b | |
| parent | a06a6f0a7b59fd4a68520dfc797f701573224c5c (diff) | |
#5376 fix snapshot size not being updated when clicking 'Save to disk'
| -rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index faf7ed0d8c..83d7a92846 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -1043,7 +1043,7 @@ bool LLFloaterSnapshot::postBuild() getChild<LLComboBox>("profile_size_combo")->selectNthItem(0); getChild<LLComboBox>("postcard_size_combo")->selectNthItem(0); getChild<LLComboBox>("texture_size_combo")->selectNthItem(0); - getChild<LLComboBox>("local_size_combo")->selectNthItem(8); + getChild<LLComboBox>("local_size_combo")->selectNthItem(0); getChild<LLComboBox>("local_format_combo")->selectNthItem(0); impl->mPreviewHandle = previewp->getHandle(); |
