diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-10-09 12:34:04 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-10-09 12:34:04 +0000 |
| commit | daa321bfda680f3a65ed9f5f09dcca42e8c65dc7 (patch) | |
| tree | 94682e51a4b7480738270dda9d7465d0c5959960 /src/extension | |
| parent | Apply cx, cy, etc. from template to newly created document window. (diff) | |
| download | inkscape-daa321bfda680f3a65ed9f5f09dcca42e8c65dc7.tar.gz inkscape-daa321bfda680f3a65ed9f5f09dcca42e8c65dc7.zip | |
Added comment.
(bzr r13341.1.265)
Diffstat (limited to 'src/extension')
| -rw-r--r-- | src/extension/implementation/script.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 377b872bc..99c882a01 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -790,6 +790,8 @@ void Script::copy_doc (Inkscape::XML::Node * oldroot, Inkscape::XML::Node * newr // Question: Why is the "sodipodi:namedview" special? Treating it as a normal // elmement results in crashes. + // Seems to be a bug: + // http://inkscape.13.x6.nabble.com/Effect-that-modifies-the-document-properties-tt2822126.html std::vector<Inkscape::XML::Node *> delete_list; Inkscape::XML::Node * oldroot_namedview = NULL; |
