From 5d871ee59dd87a15d8ce2e86c4c9d6a13de93ea8 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Tue, 18 Sep 2018 23:08:39 +0200 Subject: Update file import dialog for old SVG. We couldent add a fixed siize so we need to play with new lines --- src/style-internal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/style-internal.cpp') 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(base); + // SPILength const *const my_base = dynamic_cast(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)); -- cgit v1.2.3