diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-01-18 22:32:27 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.marker.es> | 2013-01-18 22:32:27 +0000 |
| commit | 45c35505428e178b32c8f32f85058e4d894bd62d (patch) | |
| tree | 213e60311d7b038d106ffb8b96459d4cd706762b /src/pen-context.cpp | |
| parent | Fix BSplines whit 1 segment (diff) | |
| download | inkscape-45c35505428e178b32c8f32f85058e4d894bd62d.tar.gz inkscape-45c35505428e178b32c8f32f85058e4d894bd62d.zip | |
Delete bspline node whith node tool and fix 1 segment continue shift error
(bzr r11950.1.17)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index bc57fc603..a5b79cf82 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -2225,7 +2225,9 @@ static void spdc_pen_finish(SPPenContext *const pc, gboolean const closed) } pc->num_clicks = 0; - + if(pc->spiro || pc->bspline){ + saShift = false; + } pen_disable_events(pc); SPDesktop *const desktop = pc->desktop; |
