Merge branch 'dev' into bayer_bilinear

This commit is contained in:
Ingo Weyrich
2020-06-22 15:15:46 +02:00
133 changed files with 61944 additions and 4656 deletions

View File

@@ -29,7 +29,9 @@ using namespace rtengine;
using namespace rtengine::procparams;
BayerProcess::BayerProcess () : FoldableToolPanel(this, "bayerprocess", M("TP_RAW_LABEL"), options.prevdemo != PD_Sidecar)
BayerProcess::BayerProcess () :
FoldableToolPanel(this, "bayerprocess", M("TP_RAW_LABEL"), options.prevdemo != PD_Sidecar),
oldMethod(-1)
{
auto m = ProcEventMapper::getInstance();