Summary: | Assert when saving a new snapshot of an image with assistants | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tiar <tamtamy.tymona> |
Component: | Tool/Assistants | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/252e349324cd315d377f7fafecc7cdbb06ae419a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | File that makes Krita throws assert when making a new snapshot |
Description
Tiar
2019-06-27 13:45:20 UTC
Git hash for the commit I checked it in: 103d4b79da Git commit edb2c8414b8dd3dfd1a778a772da0817ad9733b5 by Tusooa Zhu. Committed on 28/06/2019 at 23:47. Pushed by tusooaw into branch 'master'. Fix an assert when cloning perspective assistant The handles in the variables `topLeft`, `topRight`, etc. are but duplicates of the ones in the handle list, so they must have been already registered to the new assistant. Registering them twice will trigger an assert. M +4 -4 libs/ui/kis_painting_assistant.cc https://invent.kde.org/kde/krita/commit/edb2c8414b8dd3dfd1a778a772da0817ad9733b5 Git commit 252e349324cd315d377f7fafecc7cdbb06ae419a by Boudewijn Rempt, on behalf of Tusooa Zhu. Committed on 08/07/2019 at 14:59. Pushed by rempt into branch 'krita/4.2'. Fix an assert when cloning perspective assistant The handles in the variables `topLeft`, `topRight`, etc. are but duplicates of the ones in the handle list, so they must have been already registered to the new assistant. Registering them twice will trigger an assert. M +4 -4 libs/ui/kis_painting_assistant.cc https://invent.kde.org/kde/krita/commit/252e349324cd315d377f7fafecc7cdbb06ae419a |