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;