fattal: set the lower bound to 1 instead of 0 (so that it's obvious it still has an effect)
This commit is contained in:
parent
6acf170744
commit
d47e7f67b2
@ -755,7 +755,7 @@ public:
|
||||
{
|
||||
enabled = false;
|
||||
threshold = 0;
|
||||
amount = 0;
|
||||
amount = 1;
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -29,7 +29,7 @@ FattalToneMapping::FattalToneMapping(): FoldableToolPanel(this, "fattal", M("TP_
|
||||
|
||||
// setEnabledTooltipMarkup(M("TP_EPD_TOOLTIP"));
|
||||
|
||||
amount = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_AMOUNT"), 0., 100., 1., 0.0));
|
||||
amount = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_AMOUNT"), 1., 100., 1., 0.0));
|
||||
threshold = Gtk::manage(new Adjuster (M("TP_TM_FATTAL_THRESHOLD"), -100., 100., 1., 0.0));
|
||||
|
||||
amount->setAdjusterListener(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user