diff options
| author | Alvin Penner <penner@vaxxine.com> | 2012-12-31 21:32:40 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2012-12-31 21:32:40 +0000 |
| commit | f4906005cd3aca6893550f1cca8f4dfabce7282a (patch) | |
| tree | 27f12dc98b08206af4b6eccbaa34f1b174656295 /src/sp-item.cpp | |
| parent | GTK+ 3: explicitly set a background colour for rulers (diff) | |
| download | inkscape-f4906005cd3aca6893550f1cca8f4dfabce7282a.tar.gz inkscape-f4906005cd3aca6893550f1cca8f4dfabce7282a.zip | |
clip path visual bbox refresh, second try (Bug 1005085)
Fixed bugs:
- https://launchpad.net/bugs/1005085
(bzr r12005)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 363aa8c17..a8e525bd5 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 */ |
