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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-03-13 00:53:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-03-13 00:54:04 +0300
commitebcea5b9f583a0c3e6dce234298f25c41e920a9b (patch)
tree30eda26a109da4d785eb62262b044ec6fffdeb40 /source
parent868a6797e0d32f48f1238b8bcc2f483dc21c4412 (diff)
Cleanup: warning
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/annotate_paint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 70fa000c929..8d279ffe2a9 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -1718,6 +1718,8 @@ static void gpencil_draw_status_indicators(bContext *C, tGPsdata *p)
/* clear status string */
ED_workspace_status_text(C, NULL);
break;
+ case GP_STATUS_CAPTURE:
+ break;
}
}