summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/fill-and-stroke.cpp
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2008-01-01 04:40:39 +0000
committermental <mental@users.sourceforge.net>2008-01-01 04:40:39 +0000
commitf945ca25697eba3c92480719daeb0e5d4e66bb49 (patch)
tree53d5b8b3ec6955252d087245a5fe5094fd785442 /src/ui/dialog/fill-and-stroke.cpp
parentseparate blend history for objects versus layers (diff)
downloadinkscape-f945ca25697eba3c92480719daeb0e5d4e66bb49.tar.gz
inkscape-f945ca25697eba3c92480719daeb0e5d4e66bb49.zip
fix update on layer switch and work around some blur-related glitches
(bzr r4356)
Diffstat (limited to 'src/ui/dialog/fill-and-stroke.cpp')
-rw-r--r--src/ui/dialog/fill-and-stroke.cpp2
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 43a9bb989..dd9404933 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")
+ _composite_settings(SP_VERB_DIALOG_FILL_STROKE, "fillstroke", true)
{
Gtk::Box *contents = _getContents();
contents->set_spacing(0);