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 | |
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
-rw-r--r-- | ChangeLog.txt | 6 | ||||
-rw-r--r-- | linden/indra/newview/llfloatersnapshot.cpp | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index e689de9..6e70125 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,9 @@ | |||
1 | 2009-06-05 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/llfloatersnapshot.cpp: | ||
4 | Fixed high res checkbox not hiding. | ||
5 | |||
6 | |||
1 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> | 7 | 2009-04-28 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 8 | ||
3 | * linden/install.xml: | 9 | * linden/install.xml: |
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); |