https://bugs.kde.org/show_bug.cgi?id=486893
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/7541cfa |hics/krita/-/commit/9470e1a |30c29abc0c1050c6d3c3dab4969 |5173e725c6650d589dc807e628b |95f572 |d16043 --- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 9470e1a5173e725c6650d589dc807e628bd16043 by Dmitry Kazakov. Committed on 03/06/2024 at 17:34. Pushed by dkazakov into branch 'krita/5.2'. Fix crash when adding a column with a locked layer selected 1) Select a frame on a locked layer on the timeline 2) Press "Insert column" The crash happened because calculateSelectionMetrics() would return an infinitly wide inverted range. Now the patch added an argument to ignore locked layers when it is necessary and added a validity check in KisAnimTimelineFramesView::insertKeyframes() M +8 -6 plugins/dockers/animation/KisAnimTimelineFramesView.cpp M +1 -1 plugins/dockers/animation/KisAnimTimelineFramesView.h https://invent.kde.org/graphics/krita/-/commit/9470e1a5173e725c6650d589dc807e628bd16043 -- You are receiving this mail because: You are watching all bug changes.