Commit: cbcedd382aae23fc59146f10ee7f14d4400d0edc
Author: Antonio Vazquez
Date:   Tue Mar 2 20:48:04 2021 +0100
Branches: greasepencil-object
https://developer.blender.org/rBcbcedd382aae23fc59146f10ee7f14d4400d0edc

GPencil: Rever Dopesheet bar UI test

===================================================================

M       source/blender/editors/animation/keyframes_draw.c

===================================================================

diff --git a/source/blender/editors/animation/keyframes_draw.c 
b/source/blender/editors/animation/keyframes_draw.c
index be2000a1498..b9ef69cf8bd 100644
--- a/source/blender/editors/animation/keyframes_draw.c
+++ b/source/blender/editors/animation/keyframes_draw.c
@@ -800,7 +800,7 @@ static void draw_keylist(View2D *v2d,
                                    color_id,
                                    ab->cfra,
                                    ypos - quarter_icon_sz,
-                                   ab->next->cfra - 1.0f,
+                                   ab->next->cfra,
                                    ypos + quarter_icon_sz,
                                    (ab->block.sel) ? sel_mhcol : unsel_mhcol);
         }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to