Summary: | Crash when adding a layer style from scratch | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | amyspark <amy> |
Component: | layer styles | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73 |
Priority: | NOR | Keywords: | release_blocker |
Version: | 5.0.0-beta5 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/eb7550cdb9b51af9847914e0b5008372fc1be7fb | Version Fixed In: | |
Sentry Crash Report: |
Description
amyspark
2021-12-07 22:37:44 UTC
This MR should fix this bug: https://invent.kde.org/graphics/krita/-/merge_requests/1214 Git commit d85b9a964f2182a9d6e45a5d11bebcd0b1dde1f4 by Dmitry Kazakov. Committed on 09/12/2021 at 13:13. Pushed by dkazakov into branch 'master'. Fix assert when adding the first layers style into the Krita's storage When importing a layers style via importing its storage, its physical representation in memory as KoResource, obviously, changes. M +6 -1 libs/ui/dialogs/kis_dlg_layer_style.cpp https://invent.kde.org/graphics/krita/commit/d85b9a964f2182a9d6e45a5d11bebcd0b1dde1f4 Git commit eb7550cdb9b51af9847914e0b5008372fc1be7fb by Dmitry Kazakov. Committed on 09/12/2021 at 13:25. Pushed by dkazakov into branch 'krita/5.0'. Fix assert when adding the first layers style into the Krita's storage When importing a layers style via importing its storage, its physical representation in memory as KoResource, obviously, changes. M +6 -1 libs/ui/dialogs/kis_dlg_layer_style.cpp https://invent.kde.org/graphics/krita/commit/eb7550cdb9b51af9847914e0b5008372fc1be7fb |