Summary: | Hidden painting assistant doesn't stop snapping if there are more of than one on the canvas. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Danilo JR <danilojunior> |
Component: | Tool/Assistants | Assignee: | Tiar <tamtamy.tymona> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tamtamy.tymona |
Priority: | NOR | ||
Version: | 5.0.2 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/310dd772680bf5dfdc94e83659c61166cf45f058 | Version Fixed In: | |
Sentry Crash Report: |
Description
Danilo JR
2022-01-10 00:15:48 UTC
Git commit 780cf2d64b998ef3a7722174f1b9b2e4a5d580a9 by Agata Cacko. Committed on 13/01/2022 at 14:46. Pushed by tymond into branch 'master'. Reset the assistant after each stroke Before this commit, if the user created multiple assistants, made some strokes when having snap to assistante enabled, and then disabled all of the assistants using the assistant tool, there would be still snapping enabled to the last used assistant. This commit ensures that the assistant is reset in such cases. M +8 -0 libs/ui/kis_painting_assistants_decoration.cpp https://invent.kde.org/graphics/krita/commit/780cf2d64b998ef3a7722174f1b9b2e4a5d580a9 Git commit 310dd772680bf5dfdc94e83659c61166cf45f058 by Agata Cacko. Committed on 22/02/2022 at 22:51. Pushed by tymond into branch 'krita/5.0'. Reset the assistant after each stroke Before this commit, if the user created multiple assistants, made some strokes when having snap to assistante enabled, and then disabled all of the assistants using the assistant tool, there would be still snapping enabled to the last used assistant. This commit ensures that the assistant is reset in such cases. (cherry picked from commit 780cf2d64b998ef3a7722174f1b9b2e4a5d580a9) M +8 -0 libs/ui/kis_painting_assistants_decoration.cpp https://invent.kde.org/graphics/krita/commit/310dd772680bf5dfdc94e83659c61166cf45f058 |