From 158ace5e2cf5343369f119ac2933016fcea3c7fb Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 26 May 2017 15:08:52 -0300 Subject: [PATCH] Shift key can be used to snap angle on Gradient tool --- src/app/tools/intertwiners.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/tools/intertwiners.h b/src/app/tools/intertwiners.h index 101229cd6..73c8344ba 100644 --- a/src/app/tools/intertwiners.h +++ b/src/app/tools/intertwiners.h @@ -22,6 +22,9 @@ public: class IntertwineFirstPoint : public Intertwine { public: + // Snap angle because the angle between the first point and the last + // point might be useful for the ink (e.g. the gradient ink) + bool snapByAngle() override { return true; } void joinStroke(ToolLoop* loop, const Stroke& stroke) override { if (!stroke.empty())