diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-09-18 21:08:39 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-09-18 21:08:39 +0000 |
| commit | 5d871ee59dd87a15d8ce2e86c4c9d6a13de93ea8 (patch) | |
| tree | 8a46150c4302493f01699b34822e30ce109c0296 /src/style-internal.cpp | |
| parent | Add gettext strings, fix undo and allow keypresses to add and delete attributes (diff) | |
| download | inkscape-5d871ee59dd87a15d8ce2e86c4c9d6a13de93ea8.tar.gz inkscape-5d871ee59dd87a15d8ce2e86c4c9d6a13de93ea8.zip | |
Update file import dialog for old SVG. We couldent add a fixed siize so we need to play with new lines
Diffstat (limited to 'src/style-internal.cpp')
| -rw-r--r-- | src/style-internal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style-internal.cpp b/src/style-internal.cpp index 97ba2cdec..05257ce3a 100644 --- a/src/style-internal.cpp +++ b/src/style-internal.cpp @@ -1940,7 +1940,7 @@ SPIFilter::read( gchar const *str ) { const Glib::ustring SPIFilter::write( guint const flags, SPStyleSrc const &style_src_req, SPIBase const *const /*base*/) const { // TODO: fix base - //SPILength const *const my_base = dynamic_cast<const SPILength*>(base); + // SPILength const *const my_base = dynamic_cast<const SPILength*>(base); // bool dfp = (!inherits || !my_base || (my_base != this)); // Different from parent bool dfp = true; bool src = (style_src_req == style_src || !(flags & SP_STYLE_FLAG_IFSRC)); |
