Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25862
Modified Files:
ufraw_preview.c
Log Message:
Increase range of channel multipliers in preview.
Index: ufraw_preview.c
===================================================================
RCS file: /cvsroot/ufraw/ufraw/ufraw_preview.c,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -d -r1.261 -r1.262
--- ufraw_preview.c 17 Aug 2009 03:20:44 -0000 1.261
+++ ufraw_preview.c 27 Aug 2009 23:45:23 -0000 1.262
@@ -4140,7 +4140,7 @@
gtk_box_pack_start(subbox, label, 0, 0, 0);
for (i=0; i<data->UF->colors; i++) {
data->ChannelAdjustment[i] = GTK_ADJUSTMENT(gtk_adjustment_new(
- CFG->chanMul[i], 0.5, 9.0, 0.001, 0.001, 0));
+ CFG->chanMul[i], 0.5, 99.999, 0.001, 0.001, 0));
g_object_set_data(G_OBJECT(data->ChannelAdjustment[i]),
"Adjustment-Accuracy",(gpointer)3);
button = gtk_spin_button_new(data->ChannelAdjustment[i], 0.001, 3);
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs