From 6d359e4498848d795b8043e923850d0a0da7f4ed Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 14 Sep 2017 00:39:28 +1000 Subject: Cleanup: use explicit 2d suffix for imm utils Avoid ambiguity between 2d/3d (which were already named). --- source/blender/editors/space_nla/nla_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_nla/nla_draw.c') diff --git a/source/blender/editors/space_nla/nla_draw.c b/source/blender/editors/space_nla/nla_draw.c index fe846666894..a91ec0aeb43 100644 --- a/source/blender/editors/space_nla/nla_draw.c +++ b/source/blender/editors/space_nla/nla_draw.c @@ -498,7 +498,7 @@ static void nla_draw_strip(SpaceNla *snla, AnimData *adt, NlaTrack *nlt, NlaStri if (muted) { /* muted - draw dotted, squarish outline (for simplicity) */ shdr_pos = nla_draw_use_dashed_outlines(color, muted); - imm_draw_line_box(shdr_pos, strip->start, yminc, strip->end, ymaxc); + imm_draw_line_box_2d(shdr_pos, strip->start, yminc, strip->end, ymaxc); } else { /* non-muted - draw solid, rounded outline */ -- cgit v1.2.3