Code

disable fill-and-stroke blend (separate commit for easy reversion)
authormental <mental@users.sourceforge.net>
Tue, 1 Jan 2008 04:49:43 +0000 (04:49 +0000)
committermental <mental@users.sourceforge.net>
Tue, 1 Jan 2008 04:49:43 +0000 (04:49 +0000)
src/ui/dialog/fill-and-stroke.cpp

index e03b80d0e21fd28978db545c2d2fbd285088b1cd..8b5f63449bdcbde51c8d84f61c9bd19c2ca246d4 100644 (file)
@@ -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),
       _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);
 {
     Gtk::Box *contents = _getContents();
     contents->set_spacing(0);