Make default tone eq. regularization consistent
Use 0 for the initial and reset value, which is the same as the details in the local adjustments version.
This commit is contained in:
@@ -55,7 +55,7 @@ ToneEqualizer::ToneEqualizer(): FoldableToolPanel(this, "toneequalizer", M("TP_T
|
||||
pack_start(*pivot);
|
||||
|
||||
pack_start(*Gtk::manage(new Gtk::HSeparator()));
|
||||
regularization = Gtk::manage(new Adjuster(M("TP_TONE_EQUALIZER_DETAIL"), -5, 5, 1, 5));
|
||||
regularization = Gtk::manage(new Adjuster(M("TP_TONE_EQUALIZER_DETAIL"), -5, 5, 1, 0));
|
||||
regularization->setAdjusterListener(this);
|
||||
pack_start(*regularization);
|
||||
|
||||
|
Reference in New Issue
Block a user