summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/object-composite-settings.h
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/widget/object-composite-settings.h
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/widget/object-composite-settings.h')
-rw-r--r--src/ui/widget/object-composite-settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/object-composite-settings.h b/src/ui/widget/object-composite-settings.h
index 8768157bf..6cef739d7 100644
--- a/src/ui/widget/object-composite-settings.h
+++ b/src/ui/widget/object-composite-settings.h
@@ -31,7 +31,7 @@ namespace Widget {
class ObjectCompositeSettings : public Gtk::VBox {
public:
- ObjectCompositeSettings(unsigned int verb_code, char const *history_prefix);
+ ObjectCompositeSettings(unsigned int verb_code, char const *history_prefix, bool blur_enabled=false);
~ObjectCompositeSettings();
void setSubject(StyleSubject *subject);