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:
authorAntonioya <blendergit@gmail.com>2019-03-13 01:02:06 +0300
committerAntonioya <blendergit@gmail.com>2019-03-13 01:02:19 +0300
commitc3174f59245fae4ad4c09eb936ec8e37d5e82134 (patch)
treed02e36ce251a7e209dee0dfe6a621e6b1a5d1131 /source/blender
parente0dd4f464fc94c1dda646bfe48fedcc47ab670cc (diff)
GPencil: Fix compiler warning
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/editors/gpencil/annotate_paint.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 8d279ffe2a9..398d0f7926d 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -1715,6 +1715,7 @@ static void gpencil_draw_status_indicators(bContext *C, tGPsdata *p)
case GP_STATUS_ERROR:
case GP_STATUS_DONE:
+ case GP_STATUS_CAPTURE:
/* clear status string */
ED_workspace_status_text(C, NULL);
break;