diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-02-27 20:53:58 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-02-27 20:53:58 +0000 |
| commit | 5eb162caff84f49dc1895dee3a0ed3f2ccc83611 (patch) | |
| tree | be19ca096a823f9a4b4a8293d259559fe64e8951 /src/pen-context.cpp | |
| parent | latex export: add transparency export for pdf (diff) | |
| download | inkscape-5eb162caff84f49dc1895dee3a0ed3f2ccc83611.tar.gz inkscape-5eb162caff84f49dc1895dee3a0ed3f2ccc83611.zip | |
Pen tool in paraxial mode: Fix automatic selection of the correct paraxial direction after deleting the last node
(bzr r9116)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index 6e545be9d..30c1e0ea9 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -1169,6 +1169,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event) sp_canvas_item_hide(pc->cl1); pc->state = SP_PEN_CONTEXT_POINT; spdc_pen_set_subsequent_point(pc, pt, true); + pen_last_paraxial_dir = !pen_last_paraxial_dir; ret = TRUE; } break; |
