diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-03-16 20:10:48 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-03-16 20:10:48 +0000 |
| commit | fbea12028294e2888d779c2595356c6d6fe5eb05 (patch) | |
| tree | 1c1fe2b9b8a14333b4481a2f0d4050a083a0d2b0 /src/sp-item.cpp | |
| parent | fix property name in init; do the same fix as in SPClipPath to silence 'updat... (diff) | |
| download | inkscape-fbea12028294e2888d779c2595356c6d6fe5eb05.tar.gz inkscape-fbea12028294e2888d779c2595356c6d6fe5eb05.zip | |
do the same fix for masks as for clippaths to silence 'update during update' warnings
(bzr r254)
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 9f1126185..12cac896c 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -531,6 +531,7 @@ mask_ref_changed(SPObject *old_mask, SPObject *mask, SPItem *item) nr_arena_item_set_mask(v->arenaitem, ai); nr_arena_item_unref(ai); sp_mask_set_bbox(SP_MASK(mask), NR_ARENA_ITEM_GET_KEY(v->arenaitem), &bbox); + SP_OBJECT(mask)->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); } } } |
