manual raw ca correction: set usable range to [-4;4]
This commit is contained in:
@@ -46,7 +46,7 @@ RAWCACorr::RAWCACorr () : FoldableToolPanel(this, "rawcacorrection", M("TP_CHROM
|
||||
caAutoiterations->delay = options.adjusterMaxDelay;
|
||||
}
|
||||
|
||||
caRed = Gtk::manage(new Adjuster (M("TP_RAWCACORR_CARED"), -8.0, 8.0, 0.1, 0, icaredL, icaredR));
|
||||
caRed = Gtk::manage(new Adjuster (M("TP_RAWCACORR_CARED"), -4.0, 4.0, 0.1, 0, icaredL, icaredR));
|
||||
caRed->setAdjusterListener (this);
|
||||
|
||||
if (caRed->delay < options.adjusterMaxDelay) {
|
||||
|
Reference in New Issue
Block a user