Fixed bad behavior between Tone response curve and auto-matched

This commit is contained in:
U-PC-BUREAU\jacques
2018-07-26 19:43:04 +02:00
parent f89eec7eb1
commit 5f2b34f576
2 changed files with 2 additions and 2 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(AUTOEXP, "HISTORY_MSG_HISTMATCHING");
EvHistMatching = m->newEvent(ALLNORAW, "HISTORY_MSG_HISTMATCHING");
EvHistMatchingBatch = m->newEvent(M_VOID, "HISTORY_MSG_HISTMATCHING");
EvClampOOG = m->newEvent(DARKFRAME, "HISTORY_MSG_CLAMPOOG");