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:
parent
a95deb4b98
commit
deb601f8f4
@ -26,7 +26,7 @@ using namespace rtengine::procparams;
|
||||
|
||||
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);
|
||||
if (PexPos->delay < 1000) PexPos->delay = 1000;
|
||||
PexPos->show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user