diff options
author | McCabe Maxsted | 2009-06-05 17:06:41 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-05 17:06:41 -0700 |
commit | efa85fbd8bab5a7586d02e829ffa2541322f1220 (patch) | |
tree | 743205eed9086ee1e34c4d1dd5fe284116f1b618 /linden/indra | |
parent | Fixed gstreamer windows library (diff) | |
download | meta-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.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); |