[Bf-blender-cvs] [c3174f59245] master: GPencil: Fix compiler warning

Antonioya noreply at git.blender.org
Tue Mar 12 23:02:23 CET 2019


Commit: c3174f59245fae4ad4c09eb936ec8e37d5e82134
Author: Antonioya
Date:   Tue Mar 12 23:02:06 2019 +0100
Branches: master
https://developer.blender.org/rBc3174f59245fae4ad4c09eb936ec8e37d5e82134

GPencil: Fix compiler warning

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

M	source/blender/editors/gpencil/annotate_paint.c

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

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;



More information about the Bf-blender-cvs mailing list