mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-16 10:20:50 +00:00
Pass opacity value to Eraser, Blur, and Jumble tools
This commit is contained in:
parent
1cb8a46e1c
commit
3d4fdb62b4
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user