Refixed the same behavior

This commit is contained in:
U-PC-BUREAU\jacques
2018-07-26 20:43:23 +02:00
parent 5f2b34f576
commit 2da11b61b0
4 changed files with 7 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ using namespace rtengine::procparams;
ToneCurve::ToneCurve () : FoldableToolPanel(this, "tonecurve", M("TP_EXPOSURE_LABEL"))
{
auto m = ProcEventMapper::getInstance();
EvHistMatching = m->newEvent(ALLNORAW, "HISTORY_MSG_HISTMATCHING");
EvHistMatching = m->newEvent(AUTOEXP, "HISTORY_MSG_HISTMATCHING");
EvHistMatchingBatch = m->newEvent(M_VOID, "HISTORY_MSG_HISTMATCHING");
EvClampOOG = m->newEvent(DARKFRAME, "HISTORY_MSG_CLAMPOOG");