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:
authorAntonioya <blendergit@gmail.com>2019-03-28 19:17:04 +0300
committerAntonioya <blendergit@gmail.com>2019-03-28 19:17:04 +0300
commitdfa470ec336976eeca309909ee7ae19261431130 (patch)
treed11fb17895272b048822d63ed7c0aefc0bfdf422 /source/blender/editors
parenteeefea86cddbfea47e8026e3a10210a43e70fc90 (diff)
GPencil: Fix error in previous commit
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/gpencil/gpencil_fill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_fill.c b/source/blender/editors/gpencil/gpencil_fill.c
index 5966684d30c..17cb21d62bd 100644
--- a/source/blender/editors/gpencil/gpencil_fill.c
+++ b/source/blender/editors/gpencil/gpencil_fill.c
@@ -1170,7 +1170,7 @@ static bool gpencil_fill_poll(bContext *C)
}
else {
CTX_wm_operator_poll_msg_set(C, "Active region not set");
- return true;
+ return false;
}
}