https://bugs.kde.org/show_bug.cgi?id=363320
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/krit | |a/bd46e0aa30c5fded9da44566f | |cd35f1335a550d1 Resolution|--- |FIXED --- Comment #25 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit bd46e0aa30c5fded9da44566fcd35f1335a550d1 by Dmitry Kazakov. Committed on 24/05/2016 at 10:19. Pushed by dkazakov into branch 'master'. Remove amortizing from the amortizeExactBounds() Its worst-case time may be higher than 300ms, which is unacceptable for the painter. So the proper solution would be to implement a special stroke that walks through all the layers and 1) Purges all the default pixel tiles using KisPaintDevice::purgeDefaultPixels() 2) Calls exactBounds() for every device to update the caches Fixes T2565 Fixes T2543 Related: bug 363316 M +7 -11 libs/image/kis_paint_device_cache.h http://commits.kde.org/krita/bd46e0aa30c5fded9da44566fcd35f1335a550d1 -- You are receiving this mail because: You are watching all bug changes.