diff options
| author | MenTaLguY <mental@rydia.net> | 2008-01-01 04:49:43 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-01-01 04:49:43 +0000 |
| commit | 47560a38d4d9b0e18a07459e52b6ae39547c3cad (patch) | |
| tree | 43c62fa1ee5b5e5bc753c1d8e74cdd90929a2938 | |
| parent | make blend versus blur more configurable on a case-by-case basis (diff) | |
| download | inkscape-47560a38d4d9b0e18a07459e52b6ae39547c3cad.tar.gz inkscape-47560a38d4d9b0e18a07459e52b6ae39547c3cad.zip | |
disable fill-and-stroke blend (separate commit for easy reversion)
(bzr r4358)
| -rw-r--r-- | src/ui/dialog/fill-and-stroke.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp index e03b80d0e..8b5f63449 100644 --- a/src/ui/dialog/fill-and-stroke.cpp +++ b/src/ui/dialog/fill-and-stroke.cpp @@ -43,7 +43,7 @@ FillAndStroke::FillAndStroke() _page_fill(1, 1, true, true), _page_stroke_paint(1, 1, true, true), _page_stroke_style(1, 1, true, true), - _composite_settings(SP_VERB_DIALOG_FILL_STROKE, "fillstroke", SimpleFilterModifier::BLEND | SimpleFilterModifier::BLUR) + _composite_settings(SP_VERB_DIALOG_FILL_STROKE, "fillstroke", SimpleFilterModifier::BLUR) { Gtk::Box *contents = _getContents(); contents->set_spacing(0); |
