GPencil: Fix error in previous commit

This commit is contained in:
Antonio Vazquez 2019-03-28 17:17:04 +01:00
parent eeefea86cd
commit dfa470ec33
1 changed files with 1 additions and 1 deletions

View File

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