Revision: 3267
http://hugin.svn.sourceforge.net/hugin/?rev=3267&view=rev
Author: dangelo
Date: 2008-08-04 13:12:04 +0000 (Mon, 04 Aug 2008)
Log Message:
-----------
disabled enabling/disabling of output options
Modified Paths:
--------------
hugin/trunk/src/hugin1/hugin/PanoPanel.cpp
Modified: hugin/trunk/src/hugin1/hugin/PanoPanel.cpp
===================================================================
--- hugin/trunk/src/hugin1/hugin/PanoPanel.cpp 2008-08-04 13:08:48 UTC (rev 3266)
+++ hugin/trunk/src/hugin1/hugin/PanoPanel.cpp 2008-08-04 13:12:04 UTC (rev 3267)
@@ -396,6 +396,8 @@
XRCCTRL(*this, "pano_cb_hdr_output_layers",
wxCheckBox)->SetValue(opt.outputHDRLayers);
+// this is broken.
+#if 0
if (hasStacks) {
XRCCTRL(*this,"pano_cb_ldr_output_blended",wxCheckBox)->Disable();
XRCCTRL(*this,"pano_cb_ldr_output_layers",wxCheckBox)->Disable();
@@ -419,6 +421,7 @@
XRCCTRL(*this,"pano_cb_hdr_output_stacks",wxCheckBox)->Disable();
XRCCTRL(*this,"pano_cb_hdr_output_layers",wxCheckBox)->Disable();
}
+#endif
bool blenderEnabled = opt.outputLDRBlended ||
opt.outputLDRExposureBlended ||
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|