summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-12-25 23:45:37 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-12-25 23:45:37 +0000
commitd9211f4fcd295d5a63bb713463487049311a24a2 (patch)
tree37e5289f2e15acb732a3f83b9f56ba432d72104f /src/ui/tools/pen-tool.cpp
parentRefactoring pencil powerstroke (diff)
downloadinkscape-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.cpp2
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)