diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2015-05-08 15:37:07 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2015-05-08 15:37:07 +0000 |
| commit | 9d9699dd9cc0e86ac34a97f051ddf975bd004b8e (patch) | |
| tree | 1da1538a5e0b22640d0733ee578e0fcd14ac3ba3 /src/main.cpp | |
| parent | Adjust CMakeLists for 2geom directory (diff) | |
| download | inkscape-9d9699dd9cc0e86ac34a97f051ddf975bd004b8e.tar.gz inkscape-9d9699dd9cc0e86ac34a97f051ddf975bd004b8e.zip | |
Remove round_rectangle_outwards from helper/geom.h
(bzr r14059.2.9)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 415118407..f72b6d121 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1545,7 +1545,7 @@ static int sp_do_export_png(SPDocument *doc) } if (sp_export_area_snap) { - round_rectangle_outwards(area); + area = area.roundOutwards(); } // default dpi |
