diff --git a/source/blender/editors/animation/anim_channels_defines.cc b/source/blender/editors/animation/anim_channels_defines.cc index 9f23cae665e..498c362578a 100644 --- a/source/blender/editors/animation/anim_channels_defines.cc +++ b/source/blender/editors/animation/anim_channels_defines.cc @@ -3973,7 +3973,7 @@ static bAnimChannelType ACF_GPL = { /*channel_role*/ ACHANNEL_ROLE_CHANNEL, /*get_backdrop_color*/ acf_generic_channel_color, - /*get_channel_color*/ acf_gpl_channel_color, + /*get_channel_color*/ nullptr, /*draw_backdrop*/ acf_generic_channel_backdrop, /*get_indent_level*/ acf_generic_indentation_flexible, /*get_offset*/ greasepencil::layer_offset,