diff options
| author | Stefano Facchini <stefano.facchini@gmail.com> | 2017-09-23 08:02:16 +0000 |
|---|---|---|
| committer | Stefano Facchini <stefano.facchini@gmail.com> | 2017-09-24 11:26:11 +0000 |
| commit | 6a03015b016c177e0657fc6274a571db16e48b64 (patch) | |
| tree | b0c5ac10a661f4edd76e1b530c3ed34d05699e65 /src/ui/tools/spiral-tool.cpp | |
| parent | Fix bug #1094504 GTK3: RegisteredColorPicker (e.g. for grid, guides color) do... (diff) | |
| download | inkscape-6a03015b016c177e0657fc6274a571db16e48b64.tar.gz inkscape-6a03015b016c177e0657fc6274a571db16e48b64.zip | |
Remove unused parameter in SPItem::doWriteTransform
Diffstat (limited to 'src/ui/tools/spiral-tool.cpp')
| -rw-r--r-- | src/ui/tools/spiral-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/spiral-tool.cpp b/src/ui/tools/spiral-tool.cpp index b681aec38..8e10935e8 100644 --- a/src/ui/tools/spiral-tool.cpp +++ b/src/ui/tools/spiral-tool.cpp @@ -390,7 +390,7 @@ void SpiralTool::finishItem() { spiral->set_shape(); spiral->updateRepr(SP_OBJECT_WRITE_EXT); - spiral->doWriteTransform(spiral->getRepr(), spiral->transform, NULL, true); + spiral->doWriteTransform(spiral->transform, NULL, true); this->desktop->canvas->endForcedFullRedraws(); |
