https://bugs.kde.org/show_bug.cgi?id=481099
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/f022351 | |37f409b1b42545f790b49f7852c | |46bca0 --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f02235137f409b1b42545f790b49f7852c46bca0 by Dmitry Kazakov. Committed on 27/02/2024 at 14:46. Pushed by dkazakov into branch 'master'. Fix cache being stuck whe adding hold frames When a hold frame is inserted we should just extend the existing cached frame duration to cover this period of time. The patch implements that in a form of a gluer that extends/glues the frames on the next dirty frame generation. M +2 -0 libs/ui/dialogs/KisAsyncAnimationCacheRenderDialog.cpp M +99 -0 libs/ui/kis_animation_frame_cache.cpp M +2 -0 libs/ui/kis_animation_frame_cache.h A +26 -0 libs/ui/kis_animation_frame_cache_p.h [License: GPL(v2.0+)] M +236 -0 libs/ui/tests/kis_animation_frame_cache_test.cpp M +3 -0 libs/ui/tests/kis_animation_frame_cache_test.h https://invent.kde.org/graphics/krita/-/commit/f02235137f409b1b42545f790b49f7852c46bca0 -- You are receiving this mail because: You are watching all bug changes.