diff --git a/source/blender/editors/animation/anim_channels_defines.cc b/source/blender/editors/animation/anim_channels_defines.cc index c55ab78aabd..4a27d0ad918 100644 --- a/source/blender/editors/animation/anim_channels_defines.cc +++ b/source/blender/editors/animation/anim_channels_defines.cc @@ -3987,7 +3987,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,