summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-12-30 22:32:51 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-12-30 22:32:51 +0000
commitdf2cf6584407ae3744aac917039681fb3a04a678 (patch)
treecd51f8ff21d6863e5380d53ce828eb59279537a6 /src/seltrans.cpp
parentSpanish comment of node.h (diff)
downloadinkscape-df2cf6584407ae3744aac917039681fb3a04a678.tar.gz
inkscape-df2cf6584407ae3744aac917039681fb3a04a678.zip
refactor, fixing some diff diferences
(bzr r11950.1.219)
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index d1d39532c..4d0a09c6d 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -1461,7 +1461,7 @@ Geom::Point Inkscape::SelTrans::_getGeomHandlePos(Geom::Point const &visual_hand
Inkscape::Preferences *prefs = Inkscape::Preferences::get();
bool transform_stroke = prefs->getBool("/options/transform/stroke", true);
bool preserve = prefs->getBool("/options/preservetransform/value", false);
- Geom::Affine abs_affine = get_scale_transform_for_uniform_stroke (*_bbox, _strokewidth, transform_stroke, preserve,
+ Geom::Affine abs_affine = get_scale_transform_for_uniform_stroke (*_bbox, _strokewidth, _strokewidth, transform_stroke, preserve,
new_bbox.min()[Geom::X], new_bbox.min()[Geom::Y], new_bbox.max()[Geom::X], new_bbox.max()[Geom::Y]);
// Calculate the scaled geometrical bbox