From efa85fbd8bab5a7586d02e829ffa2541322f1220 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Fri, 5 Jun 2009 17:06:41 -0700 Subject: Fixed high res checkbox not hiding --- ChangeLog.txt | 6 ++++++ 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 @@ +2009-06-05 McCabe Maxsted + + * linden/indra/newview/llfloatersnapshot.cpp: + Fixed high res checkbox not hiding. + + 2009-04-28 McCabe Maxsted * 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() if(previewp->getSnapshotType() != LLSnapshotLivePreview::SNAPSHOT_LOCAL) { childSetEnabled("high_res_check",FALSE); - childSetVisible("high_res_check",FALSE); childSetEnabled("ui_check",TRUE); if (ui_in_snapshot) { @@ -2075,7 +2074,6 @@ void LLFloaterSnapshot::draw() } else { - childSetVisible("high_res_check",TRUE); if (high_res_snapshot) { childSetEnabled("high_res_check",TRUE); -- cgit v1.1