Skip to content

Commit

Permalink
Fixed Black point bad behavior history - an oversight may be age
Browse files Browse the repository at this point in the history
  • Loading branch information
Desmis committed Dec 8, 2024
1 parent 29dfa48 commit 62d68b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtgui/locallabtools.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 62d68b0

Please sign in to comment.