summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-06 18:38:03 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-06 18:38:03 +0000
commite747c89c1d1579d2dd478bfcdc448efd09438371 (patch)
tree706654eeabb6c28af7dc93463f2ad9b75b564cfc /src/sp-item.cpp
parentFix bug #1241501, improve tooltip text on path parameter (diff)
parentFix for bug #1327267 (excessive calls to sp_style_read_from_prefs) (diff)
downloadinkscape-e747c89c1d1579d2dd478bfcdc448efd09438371.tar.gz
inkscape-e747c89c1d1579d2dd478bfcdc448efd09438371.zip
Update to trunk r13497
(bzr r13341.1.119)
Diffstat (limited to 'src/sp-item.cpp')
-rw-r--r--src/sp-item.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 780845deb..0cacc86b1 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -778,6 +778,7 @@ Geom::OptRect SPItem::visualBounds(Geom::Affine const &transform) const
bbox = const_cast<SPItem*>(this)->bbox(transform, SPItem::VISUAL_BBOX);
}
if (clip_ref->getObject()) {
+ SP_ITEM(clip_ref->getOwner())->bbox_valid = FALSE; // LP Bug 1349018
bbox.intersectWith(SP_CLIPPATH(clip_ref->getObject())->geometricBounds(transform));
}