[Bf-blender-cvs] [dfa470ec336] master: GPencil: Fix error in previous commit

Antonioya noreply at git.blender.org
Thu Mar 28 17:17:09 CET 2019


Commit: dfa470ec336976eeca309909ee7ae19261431130
Author: Antonioya
Date:   Thu Mar 28 17:17:04 2019 +0100
Branches: master
https://developer.blender.org/rBdfa470ec336976eeca309909ee7ae19261431130

GPencil: Fix error in previous commit

===================================================================

M	source/blender/editors/gpencil/gpencil_fill.c

===================================================================

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



More information about the Bf-blender-cvs mailing list