From af9c8d266f97d9ae17f13ee42f3078a85371b38c Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Wed, 19 Jun 2019 15:59:29 +0200 Subject: allow multiple style tags --- src/io/file.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/io/file.cpp') diff --git a/src/io/file.cpp b/src/io/file.cpp index a87453d47..a23ef8fbc 100644 --- a/src/io/file.cpp +++ b/src/io/file.cpp @@ -65,6 +65,7 @@ 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; @@ -115,6 +116,7 @@ ink_file_open(const Glib::RefPtr& file, bool &cancelled) SPRoot *root = doc->getRoot(); root->original.inkscape = root->version.inkscape; root->original.svg = root->version.svg; + INKSCAPE.readStyleSheets(); } return doc; -- cgit v1.2.3