some changes in color.cc .h calcgamma and gamma2 and igamma2

This commit is contained in:
Desmis
2018-04-04 14:10:52 +02:00
parent 5b11da17e0
commit 6561636ee0
6 changed files with 25 additions and 10 deletions

View File

@@ -243,7 +243,7 @@ ICMPanel::ICMPanel () : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iunch
freegamma->set_active (false);
fgFrame->set_label_widget(*freegamma);
gampos = Gtk::manage(new Adjuster (M("TP_GAMMA_CURV"), 1, 3.5, 0.01, 2.22));
gampos = Gtk::manage(new Adjuster (M("TP_GAMMA_CURV"), 1, 3.5, 0.00001, 2.22));
gampos->setAdjusterListener (this);
if (gampos->delay < options.adjusterMaxDelay) {