diff --git a/source/blender/editors/space_graph/graph_draw.c b/source/blender/editors/space_graph/graph_draw.c index 00405a05b75..ee2fc37b3e4 100644 --- a/source/blender/editors/space_graph/graph_draw.c +++ b/source/blender/editors/space_graph/graph_draw.c @@ -242,7 +242,8 @@ static void draw_locked_keyframe_vertices(FCurve *fcu, BezTriple *bezt = &fcu->bezt[i]; if (!IN_RANGE(bezt->vec[1][0], (v2d->cur.xmin - correction_factor), - (v2d->cur.xmax + correction_factor))) { + (v2d->cur.xmax + correction_factor))) + { continue; } float position[2] = {bezt->vec[1][0], bezt->vec[1][1]};