diff options
| author | Jabiertxof <jtx@jtx> | 2016-12-16 22:53:43 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2016-12-16 22:53:43 +0000 |
| commit | 57175b32ef6539d7249a0d28d302c174ba453275 (patch) | |
| tree | f0ecbf4a9e6717e11a1a88e12f0ae9b82ef62df0 /src/ui/tools/tweak-tool.cpp | |
| parent | Rollback 15315 (diff) | |
| download | inkscape-57175b32ef6539d7249a0d28d302c174ba453275.tar.gz inkscape-57175b32ef6539d7249a0d28d302c174ba453275.zip | |
remove rollback to 15315
(bzr r15295.1.26)
Diffstat (limited to 'src/ui/tools/tweak-tool.cpp')
| -rw-r--r-- | src/ui/tools/tweak-tool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/tools/tweak-tool.cpp b/src/ui/tools/tweak-tool.cpp index 56939cc30..ff5d623c2 100644 --- a/src/ui/tools/tweak-tool.cpp +++ b/src/ui/tools/tweak-tool.cpp @@ -1084,7 +1084,8 @@ sp_tweak_dilate (TweakTool *tc, Geom::Point event_p, Geom::Point p, Geom::Point double move_force = get_move_force(tc); double color_force = MIN(sqrt(path_force)/20.0, 1); - auto items= selection->items(); +// auto items= selection->items(); + std::vector<SPItem*> items(selection->items().begin(), selection->items().end()); for(auto i=items.begin();i!=items.end(); ++i){ SPItem *item = *i; |
