Remove ipers_rotate_left/right in constructor call of adjuster for camera_scale
Co-authored-by: Lawrence37 <45837045+Lawrence37@users.noreply.github.com>
This commit is contained in:
@@ -251,7 +251,7 @@ PerspCorrection::PerspCorrection () : FoldableToolPanel(this, "perspective", M("
|
||||
projection_rotate = Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_PROJECTION_ROTATE"), -45, 45, 0.01, 0, ipers_rotate_left, ipers_rotate_right));
|
||||
projection_rotate->setAdjusterListener (this);
|
||||
|
||||
camera_scale= Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_CAMERA_SCALE"), 0.1, 10, 0.01, 0, ipers_rotate_left, ipers_rotate_right));
|
||||
camera_scale= Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_CAMERA_SCALE"), 0.1, 10, 0.01, 0));
|
||||
camera_scale->setAdjusterListener (this);
|
||||
|
||||
camera_defish = Gtk::manage(new Gtk::CheckButton(M("TP_PERSPECTIVE_CAMERA_DEFISH")));
|
||||
|
Reference in New Issue
Block a user