https://bugs.kde.org/show_bug.cgi?id=441587
Eoin O'Neill <eoinoneill1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/b9eed7ba0 |hics/krita/commit/689ff53b0 |ed597aedb488ddc37aaa31a2a65 |23342b50570a924951e9833137b |9d0e |dc52 --- Comment #2 from Eoin O'Neill <eoinoneill1...@gmail.com> --- Git commit 689ff53b023342b50570a924951e9833137bdc52 by Eoin O'Neill. Committed on 20/09/2021 at 21:19. Pushed by eoinoneill into branch 'krita/5.0'. Fix frame cache invalidation with live preview on Windows. I couldn't determine why this behavior is different between windows and linux, but I was able to solve the issue. Basically, when we refresh graph async we want to block frame invalidation temporarily since we will do so later in the method manually if it's necessary. I also noticed we have a few uses of `friend class` here or there that need to eventually be cleaned up. I've made a note of it, and I will handle it once Krita 5 is officially out. (cherry picked from commit b9eed7ba0ed597aedb488ddc37aaa31a2a659d0e) M +1 -0 libs/image/kis_image_animation_interface.h M +15 -0 libs/image/kis_suspend_projection_updates_stroke_strategy.cpp M +11 -0 libs/image/kis_suspend_projection_updates_stroke_strategy.h https://invent.kde.org/graphics/krita/commit/689ff53b023342b50570a924951e9833137bdc52 -- You are receiving this mail because: You are watching all bug changes.