summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point-selection.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-07-01 00:35:09 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-07-01 00:35:09 +0000
commitff04a08000adfa762ad1f4bc4f4df64c11ed499c (patch)
tree9e6f4bcf3c8f87fcecdc8d11dd2eb0ec2d37c0c9 /src/ui/tool/control-point-selection.cpp
parentMerge branch 'master' of https://gitlab.com/jabiertxof/inkscape into selectab... (diff)
downloadinkscape-ff04a08000adfa762ad1f4bc4f4df64c11ed499c.tar.gz
inkscape-ff04a08000adfa762ad1f4bc4f4df64c11ed499c.zip
working on knots selection
Diffstat (limited to '')
-rw-r--r--src/ui/tool/control-point-selection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/control-point-selection.cpp b/src/ui/tool/control-point-selection.cpp
index a5611addc..81c6851c7 100644
--- a/src/ui/tool/control-point-selection.cpp
+++ b/src/ui/tool/control-point-selection.cpp
@@ -645,7 +645,7 @@ void ControlPointSelection::_commitHandlesTransform(CommitEvent ce)
signal_commit.emit(ce);
}
-bool ControlPointSelection::event(Inkscape::UI::Tools::ToolBase * /*event_context*/, GdkEvent *event)
+bool ControlPointSelection::event(Inkscape::UI::Tools::ToolBase * event_context, GdkEvent *event)
{
// implement generic event handling that should apply for all control point selections here;
// for example, keyboard moves and transformations. This way this functionality doesn't need