Color Toning issue2014

This commit is contained in:
jdc
2014-07-07 19:44:32 +02:00
parent 7636502a7c
commit f277afd333
103 changed files with 4779 additions and 455 deletions

View File

@@ -37,7 +37,7 @@ Defringe::Defringe () : FoldableToolPanel(this) {
enabled->set_active (false);
enabled->set_tooltip_markup (M("TP_SHARPENING_TOOLTIP"));
enabled->show ();
// enabled->show ();
pack_start (*enabled);
Gtk::HSeparator *hsep1 = Gtk::manage (new Gtk::HSeparator());
@@ -59,14 +59,16 @@ Defringe::Defringe () : FoldableToolPanel(this) {
threshold = Gtk::manage (new Adjuster (M("TP_DEFRINGE_THRESHOLD"), 0, 100, 1, 13));
radius->setAdjusterListener (this);
threshold->setAdjusterListener (this);
radius->show();
threshold->show();
// radius->show();
// threshold->show();
pack_start (*radius);
pack_start (*threshold);
curveEditorPF->curveListComplete();
pack_start (*curveEditorPF, Gtk::PACK_SHRINK, 4);
show ();
}
Defringe::~Defringe () {
@@ -115,7 +117,7 @@ void Defringe::read (const ProcParams* pp, const ParamsEdited* pedited) {
void Defringe::autoOpenCurve () {
// WARNING: The following line won't work, since linear is a flat curve at 0.
chshape->openIfNonlinear();
// chshape->openIfNonlinear();
}
void Defringe::write (ProcParams* pp, ParamsEdited* pedited) {