diff options
| author | Markus Engel <markus.engel@tum.de> | 2014-02-23 19:30:28 +0000 |
|---|---|---|
| committer | Markus Engel <markus.engel@tum.de> | 2014-02-23 19:30:28 +0000 |
| commit | 9657576ce874d32248bbbc2dc204ac2fb6121dea (patch) | |
| tree | bcf1c0cf3ccc89a06563273fb778b40cceb4112d /src/ui/tools/freehand-base.cpp | |
| parent | offset of viewBox on document unit change (Bug 1280684) (diff) | |
| download | inkscape-9657576ce874d32248bbbc2dc204ac2fb6121dea.tar.gz inkscape-9657576ce874d32248bbbc2dc204ac2fb6121dea.zip | |
Fix for selcue settings.
Fixed bugs:
- https://launchpad.net/bugs/1274659
(bzr r13051)
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
| -rw-r--r-- | src/ui/tools/freehand-base.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp index c3c269743..1e0e6b3b6 100644 --- a/src/ui/tools/freehand-base.cpp +++ b/src/ui/tools/freehand-base.cpp @@ -167,6 +167,8 @@ void FreehandBase::finish() { } spdc_free_colors(this); + + ToolBase::finish(); } void FreehandBase::set(const Inkscape::Preferences::Entry& /*value*/) { |
