fix stroke padding rect
This commit is contained in:
@@ -167,6 +167,8 @@ void NodeCanvas::draw()
|
||||
{
|
||||
use_blend |= m_canvas->m_layers[i]->m_blend_mode != 0;
|
||||
}
|
||||
if (Canvas::I->m_current_stroke)
|
||||
use_blend |= Canvas::I->m_current_stroke->m_brush->m_blend_mode != 0;
|
||||
|
||||
if (use_blend)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user