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:
Diffstat (limited to 'source/blender/editors/gpencil/annotate_paint.c')
-rw-r--r--source/blender/editors/gpencil/annotate_paint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 5ab4a663efe..1a7b034f2f8 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -2466,10 +2466,10 @@ static int annotation_draw_modal(bContext *C, wmOperator *op, const wmEvent *eve
EVT_PAD7,
EVT_PAD8,
EVT_PAD9)) {
- /* allow numpad keys so that camera/view manipulations can still take place
- * - PAD0 in particular is really important for Grease Pencil drawing,
+ /* Allow numpad keys so that camera/view manipulations can still take place
+ * - #EVT_PAD0 in particular is really important for Grease Pencil drawing,
* as animators may be working "to camera", so having this working
- * is essential for ensuring that they can quickly return to that view
+ * is essential for ensuring that they can quickly return to that view.
*/
}
else if ((event->type == EVT_BKEY) && (event->val == KM_RELEASE)) {