(Partiallu) Solving issue #705 : Exposure slider does not behave the same between RT3.0 and Dev-3.1
There's still a blue top and left edge appearing in the test image, but it may be another bug
This commit is contained in:
@@ -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,4.0,0.1,1));
|
||||
PexPos = Gtk::manage(new Adjuster (M("TP_RAWEXPOS_LINEAR"),0.2,16.0,0.1,1));
|
||||
PexPos->setAdjusterListener (this);
|
||||
if (PexPos->delay < 1000) PexPos->delay = 1000;
|
||||
PexPos->show();
|
||||
|
Reference in New Issue
Block a user