diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2015-03-19 01:53:00 +0000 |
|---|---|---|
| committer | bryce <bryce@ubuntu.com> | 2015-03-19 01:53:00 +0000 |
| commit | 8fe962f4de79592f7df62c3ec08f98cf90757208 (patch) | |
| tree | 674a1159c91b10e399ef96ae376259078a75faff /src/ui/tools/spray-tool.cpp | |
| parent | packaging: Show details about failures in bug updating (diff) | |
| download | inkscape-8fe962f4de79592f7df62c3ec08f98cf90757208.tar.gz inkscape-8fe962f4de79592f7df62c3ec08f98cf90757208.zip | |
ui/tools: sp. fixes (cosmetic)
(bzr r14016)
Diffstat (limited to 'src/ui/tools/spray-tool.cpp')
| -rw-r--r-- | src/ui/tools/spray-tool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/spray-tool.cpp b/src/ui/tools/spray-tool.cpp index ec7d10e13..0399b1e55 100644 --- a/src/ui/tools/spray-tool.cpp +++ b/src/ui/tools/spray-tool.cpp @@ -406,7 +406,7 @@ static bool sp_spray_recursive(SPDesktop *desktop, parent->appendChild(copy); SPObject *new_obj = doc->getObjectByRepr(copy); - item_copied = dynamic_cast<SPItem *>(new_obj); // Convertion object->item + item_copied = dynamic_cast<SPItem *>(new_obj); // Conversion object->item Geom::Point center=item->getCenter(); sp_spray_scale_rel(center,desktop, item_copied, Geom::Scale(_scale,_scale)); sp_spray_scale_rel(center,desktop, item_copied, Geom::Scale(scale,scale)); |
