https://bugs.kde.org/show_bug.cgi?id=415208
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/376735646 | |4d98a7f1157aaeab529c61ec010 | |b26a --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 3767356464d98a7f1157aaeab529c61ec010b26a by Dmitry Kazakov, on behalf of Frans Slothouber. Committed on 22/07/2020 at 11:01. Pushed by dkazakov into branch 'krita/4.3'. Make assistant guidelines follow brush during stroke The patch makes painting assistants follow the brush position instead of the cursor position during a stroke with the free hand tool. M +2 -0 libs/ui/kis_painting_assistant.cc M +3 -1 libs/ui/kis_painting_assistant.h M +40 -6 libs/ui/kis_painting_assistants_decoration.cpp M +1 -0 libs/ui/kis_painting_assistants_decoration.h M +8 -1 libs/ui/tests/CMakeLists.txt A +217 -0 libs/ui/tests/kis_painting_assistants_decoration_test.cpp * A +31 -0 libs/ui/tests/kis_painting_assistants_decoration_test.h * M +8 -3 libs/ui/tool/kis_tool_freehand.cc M +39 -9 plugins/assistants/Assistants/ConcentricEllipseAssistant.cc M +10 -0 plugins/assistants/Assistants/ConcentricEllipseAssistant.h M +48 -20 plugins/assistants/Assistants/FisheyePointAssistant.cc M +10 -1 plugins/assistants/Assistants/FisheyePointAssistant.h M +37 -8 plugins/assistants/Assistants/ParallelRulerAssistant.cc M +9 -1 plugins/assistants/Assistants/ParallelRulerAssistant.h M +27 -2 plugins/assistants/Assistants/PerspectiveAssistant.cc M +9 -0 plugins/assistants/Assistants/PerspectiveAssistant.h M +31 -4 plugins/assistants/Assistants/VanishingPointAssistant.cc M +9 -1 plugins/assistants/Assistants/VanishingPointAssistant.h The files marked with a * at the end have a non valid license. Please read: https://community.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. https://invent.kde.org/graphics/krita/commit/3767356464d98a7f1157aaeab529c61ec010b26a -- You are receiving this mail because: You are watching all bug changes.