aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatersnapshot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloatersnapshot.cpp')
-rw-r--r--linden/indra/newview/llfloatersnapshot.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatersnapshot.cpp b/linden/indra/newview/llfloatersnapshot.cpp
index e07f436..2cecd89 100644
--- a/linden/indra/newview/llfloatersnapshot.cpp
+++ b/linden/indra/newview/llfloatersnapshot.cpp
@@ -2142,7 +2142,6 @@ void LLFloaterSnapshot::draw()
2142 if(previewp->getSnapshotType() != LLSnapshotLivePreview::SNAPSHOT_LOCAL) 2142 if(previewp->getSnapshotType() != LLSnapshotLivePreview::SNAPSHOT_LOCAL)
2143 { 2143 {
2144 childSetEnabled("high_res_check",FALSE); 2144 childSetEnabled("high_res_check",FALSE);
2145 childSetVisible("high_res_check",FALSE);
2146 childSetEnabled("ui_check",TRUE); 2145 childSetEnabled("ui_check",TRUE);
2147 if (ui_in_snapshot) 2146 if (ui_in_snapshot)
2148 { 2147 {
@@ -2151,7 +2150,6 @@ void LLFloaterSnapshot::draw()
2151 } 2150 }
2152 else 2151 else
2153 { 2152 {
2154 childSetVisible("high_res_check",TRUE);
2155 if (high_res_snapshot) 2153 if (high_res_snapshot)
2156 { 2154 {
2157 childSetEnabled("high_res_check",TRUE); 2155 childSetEnabled("high_res_check",TRUE);