fix stroke padding rect

This commit is contained in:
2019-07-28 14:51:33 +02:00
parent 37331d4e24
commit 92d4a43fcf
2 changed files with 9 additions and 21 deletions

View File

@@ -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)
{