diff options
| author | Niko Kiirala <niko@kiirala.com> | 2007-06-23 15:35:28 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2007-06-23 15:35:28 +0000 |
| commit | bb9d08a3e32859491a125d8567f387a702795267 (patch) | |
| tree | 3322ec862746beee7119d8e44e2e47185ae80916 /src/sp-gaussian-blur.cpp | |
| parent | Added polar coordinates. (diff) | |
| download | inkscape-bb9d08a3e32859491a125d8567f387a702795267.tar.gz inkscape-bb9d08a3e32859491a125d8567f387a702795267.zip | |
Using the blur slider no longer destroys filters already applied to the object
(bzr r3086)
Diffstat (limited to 'src/sp-gaussian-blur.cpp')
| -rw-r--r-- | src/sp-gaussian-blur.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-gaussian-blur.cpp b/src/sp-gaussian-blur.cpp index bc65574ca..8b7578fe8 100644 --- a/src/sp-gaussian-blur.cpp +++ b/src/sp-gaussian-blur.cpp @@ -142,7 +142,7 @@ sp_gaussianBlur_set(SPObject *object, unsigned int key, gchar const *value) static void sp_gaussianBlur_update(SPObject *object, SPCtx *ctx, guint flags) { - if (flags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_STYLE_MODIFIED_FLAG)) { + if (flags & SP_OBJECT_MODIFIED_FLAG) { sp_object_read_attr(object, "stdDeviation"); } |
