GPencil: Fix compiler warning

This commit is contained in:
Antonioya
2019-03-12 23:02:06 +01:00
parent e0dd4f464f
commit c3174f5924

View File

@@ -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;