[Bf-blender-cvs] [cbcedd382aa] greasepencil-object: GPencil: Rever Dopesheet bar UI test

Antonio Vazquez noreply at git.blender.org
Tue Mar 2 20:49:59 CET 2021


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);
         }



More information about the Bf-blender-cvs mailing list