summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/pen-tool.cpp
diff options
context:
space:
mode:
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)