Increase range of raw ca correction adusters, #4774
This commit is contained in:
parent
f6c0ec26a3
commit
6f6cdd113d
@ -33,7 +33,7 @@ RAWCACorr::RAWCACorr () : FoldableToolPanel(this, "rawcacorrection", M("TP_CHROM
|
|||||||
caAutocorrect = Gtk::manage (new CheckBox(M("TP_RAWCACORR_AUTO"), multiImage));
|
caAutocorrect = Gtk::manage (new CheckBox(M("TP_RAWCACORR_AUTO"), multiImage));
|
||||||
caAutocorrect->setCheckBoxListener (this);
|
caAutocorrect->setCheckBoxListener (this);
|
||||||
|
|
||||||
caRed = Gtk::manage(new Adjuster (M("TP_RAWCACORR_CARED"), -4.0, 4.0, 0.1, 0, icaredL, icaredR));
|
caRed = Gtk::manage(new Adjuster (M("TP_RAWCACORR_CARED"), -8.0, 8.0, 0.1, 0, icaredL, icaredR));
|
||||||
caRed->setAdjusterListener (this);
|
caRed->setAdjusterListener (this);
|
||||||
|
|
||||||
if (caRed->delay < options.adjusterMaxDelay) {
|
if (caRed->delay < options.adjusterMaxDelay) {
|
||||||
@ -41,7 +41,7 @@ RAWCACorr::RAWCACorr () : FoldableToolPanel(this, "rawcacorrection", M("TP_CHROM
|
|||||||
}
|
}
|
||||||
|
|
||||||
caRed->show();
|
caRed->show();
|
||||||
caBlue = Gtk::manage(new Adjuster (M("TP_RAWCACORR_CABLUE"), -4.0, 4.0, 0.1, 0, icablueL, icablueR));
|
caBlue = Gtk::manage(new Adjuster (M("TP_RAWCACORR_CABLUE"), -8.0, 8.0, 0.1, 0, icablueL, icablueR));
|
||||||
caBlue->setAdjusterListener (this);
|
caBlue->setAdjusterListener (this);
|
||||||
|
|
||||||
if (caBlue->delay < options.adjusterMaxDelay) {
|
if (caBlue->delay < options.adjusterMaxDelay) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user