diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-06 18:43:09 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-06 18:43:09 +0000 |
| commit | b7c253a177de4edc08593676647d0c9d1c9f5206 (patch) | |
| tree | 8d4fc47028de23246be1eed3d2ada5cf72716be4 /src/style-internal.cpp | |
| parent | I'm an idiot (diff) | |
| parent | Update to trunk r13497 (diff) | |
| download | inkscape-b7c253a177de4edc08593676647d0c9d1c9f5206.tar.gz inkscape-b7c253a177de4edc08593676647d0c9d1c9f5206.zip | |
Update to experimental r13460
(bzr r13090.1.98)
Diffstat (limited to 'src/style-internal.cpp')
| -rw-r--r-- | src/style-internal.cpp | 3 |
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;"); |
