Summary: | Crash on deleting first storyboard entry. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Eoin O'Neill <eoinoneill1991> |
Component: | Storyboard | Assignee: | Eoin O'Neill <eoinoneill1991> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lunab541 |
Priority: | NOR | Keywords: | release_blocker |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/876598b3f7dc9929f29531063a67cae318d67875 | Version Fixed In: | |
Sentry Crash Report: |
Description
Eoin O'Neill
2021-08-27 00:28:04 UTC
Git commit f554fdb9c2f531d1688c16b2aceb1e5fc749080a by Eoin O'Neill. Committed on 30/08/2021 at 18:46. Pushed by eoinoneill into branch 'master'. Fix a crash in storyboard docker when removing boards. First frame removal would cause a crash due to improper value being fetched. (Specifically, we aren't interested in the last keyframe of a storyboard entry, but the last visible frame of the board.) M +41 -40 plugins/dockers/storyboarddocker/StoryboardModel.cpp https://invent.kde.org/graphics/krita/commit/f554fdb9c2f531d1688c16b2aceb1e5fc749080a Git commit 876598b3f7dc9929f29531063a67cae318d67875 by Halla Rempt, on behalf of Eoin O'Neill. Committed on 01/09/2021 at 09:16. Pushed by rempt into branch 'krita/5.0'. Fix a crash in storyboard docker when removing boards. First frame removal would cause a crash due to improper value being fetched. (Specifically, we aren't interested in the last keyframe of a storyboard entry, but the last visible frame of the board.) (cherry picked from commit f554fdb9c2f531d1688c16b2aceb1e5fc749080a) M +41 -40 plugins/dockers/storyboarddocker/StoryboardModel.cpp https://invent.kde.org/graphics/krita/commit/876598b3f7dc9929f29531063a67cae318d67875 |