diff options
| author | Niko Kiirala <niko@kiirala.com> | 2007-08-15 15:09:25 +0000 |
|---|---|---|
| committer | kiirala <kiirala@users.sourceforge.net> | 2007-08-15 15:09:25 +0000 |
| commit | 09c08f165a15ba3df4613e2bef4386b7d82e9382 (patch) | |
| tree | ffa4aa3efe9af2fead76b106282aaa3a630eef41 /src/sp-filter.cpp | |
| parent | Fixed a problem compiling 2geom/poly.h on 64-bit platform (diff) | |
| download | inkscape-09c08f165a15ba3df4613e2bef4386b7d82e9382.tar.gz inkscape-09c08f165a15ba3df4613e2bef4386b7d82e9382.zip | |
Fixed blur not rotating with the object in some cases (bug 1762289)
(bzr r3474)
Diffstat (limited to 'src/sp-filter.cpp')
| -rw-r--r-- | src/sp-filter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-filter.cpp b/src/sp-filter.cpp index e9c2af19d..9d2abcddf 100644 --- a/src/sp-filter.cpp +++ b/src/sp-filter.cpp @@ -112,6 +112,8 @@ sp_filter_init(SPFilter *filter) filter->_image_name = map<gchar *, int, ltstr>(); + filter->filterRes = NumberOptNumber(); + new (&filter->modified_connection) sigc::connection(); } |
