https://bugs.kde.org/show_bug.cgi?id=520723
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/1eb41e5 |hics/krita/-/commit/b1ffdd6 |befde48bd69834a7d17536c73ac |5d4ff5cb2c34caf6121acf893f2 |7ddc6b |c3e499 --- Comment #7 from Dmitry Kazakov <[email protected]> --- Git commit b1ffdd65d4ff5cb2c34caf6121acf893f2c3e499 by Dmitry Kazakov, on behalf of Carsten Hartenfels. Committed on 29/05/2026 at 21:17. Pushed by dkazakov into tag 'v6.0.2.1'. Revert keyframe selection changing layer selection This reverts commit 8965a0dd68ca7a34cd770642499e417a78520b65 because the logic is broken, it will react to *any* change of the current index, not just ones that are initiated by the user interacting with the timeline. That causes all sorts of mayhem, like switching between documents changing the layer selection, opening a file selecting the wrong layer and moving through the layer list with the arrow keys causing various weird effects on the current and selected layer. This would be fixable by detecting whether the user triggered the change via the timeline, but that's sufficiently complicated that it'll need more testing first. The bugs this change causes are too major, so just reverting it for now. Related: bug 520718, bug 520744 M +0 -6 plugins/dockers/animation/KisAnimTimelineFramesModel.cpp M +0 -2 plugins/dockers/animation/KisAnimTimelineFramesModel.h M +0 -4 plugins/dockers/animation/KisAnimTimelineFramesView.cpp https://invent.kde.org/graphics/krita/-/commit/b1ffdd65d4ff5cb2c34caf6121acf893f2c3e499 -- You are receiving this mail because: You are watching all bug changes.
