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:
authorJacques Lucke <mail@jlucke.com>2019-05-03 16:09:28 +0300
committerJacques Lucke <mail@jlucke.com>2019-05-03 16:10:37 +0300
commit45ad6cd5a785733612e0b355df7426154f262308 (patch)
treef50d10f5da16a622e92fbaf8f4e93ef189fa1755 /source/blender/editors/space_action
parent938ceb1508a2d78f8da4280476f25cdcc4d9ea23 (diff)
UI: Pass color id into view2d text drawing
Diffstat (limited to 'source/blender/editors/space_action')
-rw-r--r--source/blender/editors/space_action/space_action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index 843abbd16db..5ac6297e108 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -241,7 +241,7 @@ static void action_main_region_draw(const bContext *C, ARegion *ar)
/* frame numbers */
UI_view2d_draw_scale_x__discrete_frames_or_seconds(
- ar, v2d, &v2d->hor, scene, saction->flag & SACTION_DRAWTIME);
+ ar, v2d, &v2d->hor, scene, saction->flag & SACTION_DRAWTIME, TH_TEXT);
/* draw current frame number-indicator on top of scrollers */
if ((saction->flag & SACTION_NODRAWCFRANUM) == 0) {