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 --- linden/indra/newview/llfloatersnapshot.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'linden/indra') 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