diff options
Diffstat (limited to 'src/io/file.cpp')
| -rw-r--r-- | src/io/file.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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<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; |
