diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-25 23:45:37 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2017-12-25 23:45:37 +0000 |
| commit | d9211f4fcd295d5a63bb713463487049311a24a2 (patch) | |
| tree | 37e5289f2e15acb732a3f83b9f56ba432d72104f /src/ui/tools/pen-tool.cpp | |
| parent | Refactoring pencil powerstroke (diff) | |
| download | inkscape-d9211f4fcd295d5a63bb713463487049311a24a2.tar.gz inkscape-d9211f4fcd295d5a63bb713463487049311a24a2.zip | |
Fix start anchors
Diffstat (limited to 'src/ui/tools/pen-tool.cpp')
| -rw-r--r-- | src/ui/tools/pen-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp index a42a3a07a..0616ba013 100644 --- a/src/ui/tools/pen-tool.cpp +++ b/src/ui/tools/pen-tool.cpp @@ -99,7 +99,7 @@ PenTool::PenTool() , cl1(NULL) , events_disabled(false) { - input_has_pressure = false; + tablet_enabled = false; } PenTool::PenTool(gchar const *const *cursor_shape) |
