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:
authorCampbell Barton <ideasman42@gmail.com>2018-11-15 10:50:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-15 10:50:18 +0300
commitb8d21f9b9bfced8fc82aa8a4ada98f5ee06c70d5 (patch)
treed12df4070dc33e237be789383eb9c0d479633a8b /source/blender/editors/gpencil/gpencil_utils.c
parent5ec1d709e7717537b9f60e4b9ea997c56f6c5c15 (diff)
Cleanup: typo, whitespace
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_utils.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 85ba5c55b80..6cb539a5f60 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -1447,7 +1447,7 @@ static bool gp_check_cursor_region(bContext *C, int mval[2])
Object *ob = CTX_data_active_object(C);
if ((ob == NULL) ||
- (!ELEM(ob->mode, OB_MODE_GPENCIL_PAINT, OB_MODE_GPENCIL_SCULPT, OB_MODE_GPENCIL_WEIGHT)))
+ (!ELEM(ob->mode, OB_MODE_GPENCIL_PAINT, OB_MODE_GPENCIL_SCULPT, OB_MODE_GPENCIL_WEIGHT)))
{
return false;
}