https://bugs.kde.org/show_bug.cgi?id=520732
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/57b27bf | |c66bc45140d7bd743f798fcb0b6 | |58a266 Resolution|--- |FIXED --- Comment #4 from Dmitry Kazakov <[email protected]> --- Git commit 57b27bfc66bc45140d7bd743f798fcb0b658a266 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 28/05/2026 at 13:21. Pushed by dkazakov into branch 'master'. Don't free hold frame undo command at scope exit This was introduced in 0bb591da8096a96682560f723b960f47d597c0e7, which incorrectly replaced `QScopedPointer::take` with `std::unique_ptr::get`. This correctly swaps it for `std::unique_ptr::release`. M +1 -1 plugins/dockers/animation/KisAnimTimelineFramesModel.cpp https://invent.kde.org/graphics/krita/-/commit/57b27bfc66bc45140d7bd743f798fcb0b658a266 -- You are receiving this mail because: You are watching all bug changes.
