https://bugs.kde.org/show_bug.cgi?id=408133
--- Comment #23 from Boudewijn Rempt <b...@valdyas.org> --- Git commit f5bfb54bce0980cf55518ab0486ca01b32113219 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 04/06/2019 at 15:19. Pushed by rempt into branch 'krita/4.2'. Make KisSafeNodeProjectionStore actually reuse the projection Without any image present, the store will just drop the projection without any reusing. It may cause small slowdowns in the beginning of the stroke and (theoretically) memory fragmentation on Windows. I'm not sure if it actually the reason of the 408133, so we need a confirmation from the reporter first. M +2 -0 libs/image/kis_layer.cc M +1 -0 libs/image/kis_mask.cc https://invent.kde.org/kde/krita/commit/f5bfb54bce0980cf55518ab0486ca01b32113219 --- Comment #24 from Boudewijn Rempt <b...@valdyas.org> --- Git commit a004a2ba86ef152ce5fc44d6d8f4db5b81942509 by Boudewijn Rempt, on behalf of Dmitry Kazakov. Committed on 04/06/2019 at 15:21. Pushed by rempt into branch 'krita/4.2'. Fix infinite undo stack It might be possible that it was the reason of the slowdown bug, but it needs to be checked. Related: bug 408255 M +5 -2 libs/ui/KisDocument.cpp https://invent.kde.org/kde/krita/commit/a004a2ba86ef152ce5fc44d6d8f4db5b81942509 -- You are receiving this mail because: You are watching all bug changes.