summaryrefslogtreecommitdiffstats
path: root/src/sp-item.cpp
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2012-12-10 00:07:59 +0000
committerapenner <penner@vaxxine.com>2012-12-10 00:07:59 +0000
commit7187bdb88d899e490e3dfa7471030473822bd93d (patch)
tree52651d22db4b49ce60af80b224a072fb804a1920 /src/sp-item.cpp
parentstacked clip paths. patch by Ted Janeczko for Bug 1067271 (diff)
downloadinkscape-7187bdb88d899e490e3dfa7471030473822bd93d.tar.gz
inkscape-7187bdb88d899e490e3dfa7471030473822bd93d.zip
clip path bbox refresh. partial fix for Bug 1005085
Fixed bugs: - https://launchpad.net/bugs/1005085 (bzr r11944)
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 3ca7d5d16..abb5c1633 100644
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
@@ -552,6 +552,7 @@ void SPItem::sp_item_set(SPObject *object, unsigned key, gchar const *value)
void SPItem::clip_ref_changed(SPObject *old_clip, SPObject *clip, SPItem *item)
{
+ item->bbox_valid = FALSE; // force a re-evaluation
if (old_clip) {
SPItemView *v;
/* Hide clippath */