From a35c315b1753dfab5307a2beceb634d4bc2553f0 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Tue, 10 Feb 2026 15:58:49 +0200 Subject: #5376 fix snapshot size not being updated when clicking 'Save to disk' --- indra/newview/llfloatersnapshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("profile_size_combo")->selectNthItem(0); getChild("postcard_size_combo")->selectNthItem(0); getChild("texture_size_combo")->selectNthItem(0); - getChild("local_size_combo")->selectNthItem(8); + getChild("local_size_combo")->selectNthItem(0); getChild("local_format_combo")->selectNthItem(0); impl->mPreviewHandle = previewp->getHandle(); -- cgit v1.3