another small change to gamma2 igamma2
This commit is contained in:
@@ -251,7 +251,7 @@ ICMPanel::ICMPanel () : FoldableToolPanel(this, "icm", M("TP_ICM_LABEL")), iunch
|
||||
}
|
||||
|
||||
gampos->show();
|
||||
slpos = Gtk::manage(new Adjuster (M("TP_GAMMA_SLOP"), 0, 15, 0.01, 4.5));
|
||||
slpos = Gtk::manage(new Adjuster (M("TP_GAMMA_SLOP"), 0, 15, 0.00001, 4.5));
|
||||
slpos->setAdjusterListener (this);
|
||||
|
||||
if (slpos->delay < options.adjusterMaxDelay) {
|
||||
|
Reference in New Issue
Block a user