Fix some uninitialized variables found by valgrind; also fixes #3786
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user