diff options
| author | Martin Owens <doctormo@gmail.com> | 2016-10-06 21:12:33 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2016-10-06 21:12:33 +0000 |
| commit | 032cb7a6b8f3b83b75f71048a896f03907436f9e (patch) | |
| tree | 672d01cd146779e67916c4553a27134b20c2ba42 /src/sp-item.cpp | |
| parent | xverbs branch merge by dmitry-zhulanov (diff) | |
| parent | Fix on delete line (diff) | |
| download | inkscape-032cb7a6b8f3b83b75f71048a896f03907436f9e.tar.gz inkscape-032cb7a6b8f3b83b75f71048a896f03907436f9e.zip | |
Merge jabier's Measure line LPE
(bzr r15148)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index d161562fd..f52784489 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -76,7 +76,6 @@ SPItem::SPItem() : SPObject() { transform_center_y = 0; freeze_stroke_width = false; - _is_evaluated = true; _evaluated_status = StatusUnknown; @@ -1409,7 +1408,6 @@ Geom::Affine SPItem::set_transform(Geom::Affine const &transform) { void SPItem::doWriteTransform(Inkscape::XML::Node *repr, Geom::Affine const &transform, Geom::Affine const *adv, bool compensate) { g_return_if_fail(repr != NULL); - // calculate the relative transform, if not given by the adv attribute Geom::Affine advertized_transform; if (adv != NULL) { |
