Merge branch 'dev' into idle_harder

This commit is contained in:
Flössie
2017-03-30 21:44:31 +02:00
39 changed files with 1796 additions and 1425 deletions

View File

@@ -8,7 +8,7 @@
using namespace rtengine;
using namespace rtengine::procparams;
Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"), false, true)
Retinex::Retinex () : FoldableToolPanel(this, "retinex", M("TP_RETINEX_LABEL"), false, true), lastmedianmap(false)
{
CurveListener::setMulti(true);
std::vector<double> defaultCurve;