Hide choice edgesharpness slider curve
This commit is contained in:
@@ -323,14 +323,14 @@ void ImProcFunctions::ip_wavelet(LabImage * lab, LabImage * dst, int kall, const
|
||||
}
|
||||
|
||||
cp.CHSLmet = 1;
|
||||
cp.EDmet = 1;
|
||||
|
||||
cp.EDmet = 2;
|
||||
/*
|
||||
if (params->wavelet.EDmethod == "SL") {
|
||||
cp.EDmet = 1;
|
||||
} else if (params->wavelet.EDmethod == "CU") {
|
||||
cp.EDmet = 2;
|
||||
}
|
||||
|
||||
*/
|
||||
cp.cbena = params->wavelet.cbenab;
|
||||
cp.blhigh = (float)params->wavelet.bluehigh;
|
||||
cp.grhigh = (float)params->wavelet.greenhigh;
|
||||
|
@@ -674,7 +674,7 @@ Wavelet::Wavelet() :
|
||||
EDmethod->append(M("TP_WAVELET_EDCU"));
|
||||
EDmethodconn = EDmethod->signal_changed().connect(sigc::mem_fun(*this, &Wavelet::EDmethodChanged));
|
||||
ctboxED->pack_start(*EDmethod);
|
||||
edgBox->pack_start(*ctboxED);
|
||||
// edgBox->pack_start(*ctboxED);
|
||||
|
||||
edgcont->setAdjusterListener(this);
|
||||
edgcont->setBgGradient(milestones2);
|
||||
|
Reference in New Issue
Block a user