Rebased in new branch to cleanup commit history.
This commit is contained in:
Morgan Hardwood
2018-07-13 18:13:35 +02:00
parent 93d5b3692d
commit 522495f4eb
1457 changed files with 31416 additions and 421 deletions

View File

@@ -25,10 +25,10 @@ using namespace rtengine::procparams;
PerspCorrection::PerspCorrection () : FoldableToolPanel(this, "perspective", M("TP_PERSPECTIVE_LABEL"))
{
Gtk::Image* ipersHL = Gtk::manage (new RTImage ("perspective-h1.png"));
Gtk::Image* ipersHR = Gtk::manage (new RTImage ("perspective-h2.png"));
Gtk::Image* ipersVL = Gtk::manage (new RTImage ("perspective-v1.png"));
Gtk::Image* ipersVR = Gtk::manage (new RTImage ("perspective-v2.png"));
Gtk::Image* ipersHL = Gtk::manage (new RTImage ("perspective-horizontal-left.png"));
Gtk::Image* ipersHR = Gtk::manage (new RTImage ("perspective-horizontal-right.png"));
Gtk::Image* ipersVL = Gtk::manage (new RTImage ("perspective-vertical-bottom.png"));
Gtk::Image* ipersVR = Gtk::manage (new RTImage ("perspective-vertical-top.png"));
horiz = Gtk::manage (new Adjuster (M("TP_PERSPECTIVE_HORIZONTAL"), -100, 100, 0.1, 0, ipersHL, ipersHR));
horiz->setAdjusterListener (this);