From 10b5f65b30b5996b96508b219e466ca0af7fa9cc Mon Sep 17 00:00:00 2001 From: Lawrence Lee Date: Sat, 6 Mar 2021 21:29:56 -0800 Subject: [PATCH] Fix spot removal enable/disable history message The history panel was showing "HISTORY_MSG_1049". --- rtgui/spot.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/spot.cc b/rtgui/spot.cc index a90c495d0..1f3759c6b 100644 --- a/rtgui/spot.cc +++ b/rtgui/spot.cc @@ -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");