Fix spot removal enable/disable history message

The history panel was showing "HISTORY_MSG_1049".
This commit is contained in:
Lawrence Lee 2021-03-06 21:29:56 -08:00
parent 7e436a44d6
commit 10b5f65b30

View File

@ -95,7 +95,7 @@ Spot::Spot() :
auto m = ProcEventMapper::getInstance();
EvSpotEnabled = m->newEvent(ALLNORAW, "TP_SPOT_LABEL");
EvSpotEnabledOPA = m->newEvent(SPOTADJUST, "");
EvSpotEnabledOPA = m->newEvent(SPOTADJUST, "TP_SPOT_LABEL");
EvSpotEntry = m->newEvent(SPOTADJUST, "HISTORY_MSG_SPOT_ENTRY");
EvSpotEntryOPA = m->newEvent(SPOTADJUST, "HISTORY_MSG_SPOT_ENTRY");