Shift key can be used to snap angle on Gradient tool

This commit is contained in:
David Capello 2017-05-26 15:08:52 -03:00
parent e316a49cb9
commit 158ace5e2c

View File

@ -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())