diff options
| author | MenTaLguY <mental@rydia.net> | 2008-01-01 04:40:39 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-01-01 04:40:39 +0000 |
| commit | f945ca25697eba3c92480719daeb0e5d4e66bb49 (patch) | |
| tree | 53d5b8b3ec6955252d087245a5fe5094fd785442 /src/ui/dialog/fill-and-stroke.cpp | |
| parent | separate blend history for objects versus layers (diff) | |
| download | inkscape-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.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 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); |
