summaryrefslogtreecommitdiffstats
path: root/src/style-internal.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-04 16:19:41 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-04 16:19:41 +0000
commit63b2f0cd146c1abbb9c93977273f2b3cf457d8a4 (patch)
tree4b623f8e0bd6dd0f76ee0750eed42990cc362112 /src/style-internal.cpp
parentFixed some redraw problems moving nodes in bspline mode (diff)
parentAllow editing of fill and stroke patterns simultaneously. Fixes #601336, #604... (diff)
downloadinkscape-63b2f0cd146c1abbb9c93977273f2b3cf457d8a4.tar.gz
inkscape-63b2f0cd146c1abbb9c93977273f2b3cf457d8a4.zip
Update to trunk r13489
(bzr r13341.1.116)
Diffstat (limited to 'src/style-internal.cpp')
-rw-r--r--src/style-internal.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp
index ae70fc10d..2212f8fff 100644
--- a/src/style-internal.cpp
+++ b/src/style-internal.cpp
@@ -1395,7 +1395,8 @@ const Glib::ustring SPIFilter::write( guint const flags, SPIBase const *const /*
// TODO: fix base
//SPILength const *const my_base = dynamic_cast<const SPILength*>(base);
if ( (flags & SP_STYLE_FLAG_ALWAYS) ||
- ((flags & SP_STYLE_FLAG_IFSET) && this->set))
+ ((flags & SP_STYLE_FLAG_IFSET) && this->set) ||
+ ((flags & SP_STYLE_FLAG_IFDIFF) && this->set))
{
if (this->inherit) {
return (name + ":inherit;");