diff options
| author | Alvin Penner <penner@vaxxine.com> | 2013-04-27 23:04:41 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2013-04-27 23:04:41 +0000 |
| commit | df34c159a2b89424b8b26698d0d7585bc54a8f3d (patch) | |
| tree | fb96c2fedd6c06c7d3675d2732ad9db39bc566f6 /src | |
| parent | modify bbox width for Blur filter in Fill & Stroke (Bug 1171208) (diff) | |
| download | inkscape-df34c159a2b89424b8b26698d0d7585bc54a8f3d.tar.gz inkscape-df34c159a2b89424b8b26698d0d7585bc54a8f3d.zip | |
update bbox when Filter General Settings modified (Bug 960986)
Fixed bugs:
- https://launchpad.net/bugs/960986
(bzr r12306)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/filter-effects-dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/filter-effects-dialog.cpp b/src/ui/dialog/filter-effects-dialog.cpp index 0d2d0757c..4c289d54e 100644 --- a/src/ui/dialog/filter-effects-dialog.cpp +++ b/src/ui/dialog/filter-effects-dialog.cpp @@ -1260,6 +1260,7 @@ void FilterEffectsDialog::FilterModifier::update_selection(Selection *sel) } if (style->filter.set && style->getFilter()) { + SP_ITEM(obj)->bbox_valid = FALSE; used.insert(style->getFilter()); } else { used.insert(0); |
