https://bugs.kde.org/show_bug.cgi?id=434307
--- Comment #4 from Tiar <tamtamy.tym...@gmail.com> --- Git commit 1f89211c7998f4f67907dd4a5eefc3dd17987473 by Agata Cacko. Committed on 10/05/2021 at 11:25. Pushed by tymond into branch 'master'. Move initialization of mask devices to constructor Before this commit, all mask devices in MyPaintSurface would be created in the drawDabImpl function. Since this is expensive, it's better to create one paint device and just reuse it for every dab. M +11 -11 plugins/paintops/mypaint/MyPaintSurface.cpp M +2 -0 plugins/paintops/mypaint/MyPaintSurface.h https://invent.kde.org/graphics/krita/commit/1f89211c7998f4f67907dd4a5eefc3dd17987473 -- You are receiving this mail because: You are watching all bug changes.