diff options
Diffstat (limited to 'linden/indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | linden/indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatersnapshot.cpp b/linden/indra/newview/llfloatersnapshot.cpp index accbcb4..0ffcae3 100644 --- a/linden/indra/newview/llfloatersnapshot.cpp +++ b/linden/indra/newview/llfloatersnapshot.cpp | |||
@@ -2066,7 +2066,6 @@ void LLFloaterSnapshot::draw() | |||
2066 | if(previewp->getSnapshotType() != LLSnapshotLivePreview::SNAPSHOT_LOCAL) | 2066 | if(previewp->getSnapshotType() != LLSnapshotLivePreview::SNAPSHOT_LOCAL) |
2067 | { | 2067 | { |
2068 | childSetEnabled("high_res_check",FALSE); | 2068 | childSetEnabled("high_res_check",FALSE); |
2069 | childSetVisible("high_res_check",FALSE); | ||
2070 | childSetEnabled("ui_check",TRUE); | 2069 | childSetEnabled("ui_check",TRUE); |
2071 | if (ui_in_snapshot) | 2070 | if (ui_in_snapshot) |
2072 | { | 2071 | { |
@@ -2075,7 +2074,6 @@ void LLFloaterSnapshot::draw() | |||
2075 | } | 2074 | } |
2076 | else | 2075 | else |
2077 | { | 2076 | { |
2078 | childSetVisible("high_res_check",TRUE); | ||
2079 | if (high_res_snapshot) | 2077 | if (high_res_snapshot) |
2080 | { | 2078 | { |
2081 | childSetEnabled("high_res_check",TRUE); | 2079 | childSetEnabled("high_res_check",TRUE); |