Solving issue #705 : Exposure slider does not behave the same between RT3.0 and Dev-3.1... This patch only extend the Liear RAW Linear correction up to 16.

This commit is contained in:
Hombre 2011-06-08 01:48:44 +02:00
parent a95deb4b98
commit deb601f8f4

View File

@ -26,7 +26,7 @@ using namespace rtengine::procparams;
RAWExposure::RAWExposure () : Gtk::VBox(), FoldableToolPanel(this) RAWExposure::RAWExposure () : Gtk::VBox(), FoldableToolPanel(this)
{ {
PexPos = Gtk::manage(new Adjuster (M("TP_RAWEXPOS_LINEAR"),0.2,5.0,0.01,1)); PexPos = Gtk::manage(new Adjuster (M("TP_RAWEXPOS_LINEAR"),0.2,16.0,0.01,1));
PexPos->setAdjusterListener (this); PexPos->setAdjusterListener (this);
if (PexPos->delay < 1000) PexPos->delay = 1000; if (PexPos->delay < 1000) PexPos->delay = 1000;
PexPos->show(); PexPos->show();