summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/tool/multi-path-manipulator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/multi-path-manipulator.cpp b/src/ui/tool/multi-path-manipulator.cpp
index a1b398bb1..494a81a8d 100644
--- a/src/ui/tool/multi-path-manipulator.cpp
+++ b/src/ui/tool/multi-path-manipulator.cpp
@@ -625,7 +625,7 @@ bool MultiPathManipulator::event(GdkEvent *event)
case GDK_L:
if (held_only_shift(event->key)) {
// Shift+L - make segments linear
- setSegmentType(SEGMENT_LINEAR);
+ setSegmentType(SEGMENT_STRAIGHT);
return true;
}
default: