summaryrefslogtreecommitdiffstats
path: root/src/io
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-19 15:23:25 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-08 21:04:13 +0000
commit58e6bbaef9e8c8cdf1118266175755fcbf1bc063 (patch)
tree7a243b08862744ec38b2cc9fa453acd6e106a41a /src/io
parentimprove speed not reloading root if only one style tag (diff)
downloadinkscape-58e6bbaef9e8c8cdf1118266175755fcbf1bc063.tar.gz
inkscape-58e6bbaef9e8c8cdf1118266175755fcbf1bc063.zip
Allow good render of multiples stylesheets
Diffstat (limited to 'src/io')
-rw-r--r--src/io/file.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/io/file.cpp b/src/io/file.cpp
index a23ef8fbc..a87453d47 100644
--- a/src/io/file.cpp
+++ b/src/io/file.cpp
@@ -65,7 +65,6 @@ ink_file_open(const Glib::ustring& data)
SPRoot *root = doc->getRoot();
root->original.inkscape = root->version.inkscape;
root->original.svg = root->version.svg;
- INKSCAPE.readStyleSheets();
}
return doc;
@@ -116,7 +115,6 @@ ink_file_open(const Glib::RefPtr<Gio::File>& file, bool &cancelled)
SPRoot *root = doc->getRoot();
root->original.inkscape = root->version.inkscape;
root->original.svg = root->version.svg;
- INKSCAPE.readStyleSheets();
}
return doc;