https://bugs.kde.org/show_bug.cgi?id=356997
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimul...@gmail.com --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- It seems like KisBrushBasedPaintOp::m_brush does not get initialized for some reason. Although there is an explicit initialization before that: if (!m_brush) { KisBrushOption brushOption; brushOption.readOptionSetting(settings); m_brush = brushOption.brush(); } m_brush->notifyStrokeStarted(); -- You are receiving this mail because: You are watching all bug changes.