aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-05 17:06:41 -0700
committerMcCabe Maxsted2009-06-05 17:06:41 -0700
commitefa85fbd8bab5a7586d02e829ffa2541322f1220 (patch)
tree743205eed9086ee1e34c4d1dd5fe284116f1b618 /linden/indra
parentFixed gstreamer windows library (diff)
downloadmeta-impy-efa85fbd8bab5a7586d02e829ffa2541322f1220.zip
meta-impy-efa85fbd8bab5a7586d02e829ffa2541322f1220.tar.gz
meta-impy-efa85fbd8bab5a7586d02e829ffa2541322f1220.tar.bz2
meta-impy-efa85fbd8bab5a7586d02e829ffa2541322f1220.tar.xz
Fixed high res checkbox not hiding
Diffstat (limited to 'linden/indra')
-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 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);