Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2018-05-10 18:56:12 +0300
committerJoshua Leung <aligorith@gmail.com>2018-05-10 18:56:12 +0300
commitbe400a0789d9eac2afaa929834ea70aa5d2a39a3 (patch)
tree431e8d772d69e482d870e8b73e3c333d270bb4f8 /source/blender/editors/space_clip/clip_dopesheet_draw.c
parentc20cc3cf14be322f76db5f76d273b55408233802 (diff)
UI: Fix time cursor number box styling for Clip Editor's Dopesheet/Graph views
Diffstat (limited to 'source/blender/editors/space_clip/clip_dopesheet_draw.c')
-rw-r--r--source/blender/editors/space_clip/clip_dopesheet_draw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/space_clip/clip_dopesheet_draw.c b/source/blender/editors/space_clip/clip_dopesheet_draw.c
index 631d891ce02..7ff7ea73628 100644
--- a/source/blender/editors/space_clip/clip_dopesheet_draw.c
+++ b/source/blender/editors/space_clip/clip_dopesheet_draw.c
@@ -281,9 +281,6 @@ void clip_draw_dopesheet_main(SpaceClip *sc, ARegion *ar, Scene *scene)
glDisable(GL_BLEND);
}
-
- /* current frame */
- clip_draw_cfra(sc, ar, scene);
}
void clip_draw_dopesheet_channels(const bContext *C, ARegion *ar)