Pass opacity value to Eraser, Blur, and Jumble tools

This commit is contained in:
David Capello 2015-09-30 08:59:32 -03:00
parent 1cb8a46e1c
commit 3d4fdb62b4

View File

@ -139,7 +139,8 @@ public:
// Ignore opacity for these inks
if (!tools::inkHasOpacity(m_toolPref.ink()) &&
m_brush->type() != kImageBrushType) {
m_brush->type() != kImageBrushType &&
!m_ink->isEffect()) {
m_opacity = 255;
}