From 62d68b07b9383ee0982163cc715a5ae9c0a52e7d Mon Sep 17 00:00:00 2001 From: "U-PCSPECIALIST01\\jdesm" Date: Sun, 8 Dec 2024 09:30:11 +0100 Subject: [PATCH] Fixed Black point bad behavior history - an oversight may be age --- rtgui/locallabtools.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/locallabtools.cc b/rtgui/locallabtools.cc index 54a5eb1be5..bc17ddc0e4 100644 --- a/rtgui/locallabtools.cc +++ b/rtgui/locallabtools.cc @@ -4403,6 +4403,7 @@ LocallabShadow::LocallabShadow(): Evlocallabghs_LC = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_GHS_LC"); Evlocallabghs_MID = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_GHS_MID"); Evlocallabghs_HLP = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_GHS_HLP"); + Evlocallabghs_BLP = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_GHS_BLP"); Evlocallabghs_smooth = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_GHS_SMOOTH"); Evlocallabghs_inv = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_GHS_INV"); EvlocallabGridghs = m->newEvent(AUTOEXP, "HISTORY_MSG_LOCAL_CIE_LABGRIDGHS");