diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-05 16:58:08 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-05 16:58:08 +0000 |
| commit | 92ff5ac3e3d172ca2ff0eea39e1a939557e81cf4 (patch) | |
| tree | 78eb6fc95bf3fdf9e2f75349c65205db62751de3 /src/document.cpp | |
| parent | Fix whitespace preserve for inx attributes (diff) | |
| download | inkscape-92ff5ac3e3d172ca2ff0eea39e1a939557e81cf4.tar.gz inkscape-92ff5ac3e3d172ca2ff0eea39e1a939557e81cf4.zip | |
Allow styling def sections and go to the eleemnt
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/document.cpp b/src/document.cpp index a6098b30a..a9084ce10 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -112,7 +112,8 @@ SPDocument::SPDocument() : current_persp3d(nullptr), current_persp3d_impl(nullptr), _parent_document(nullptr), - _node_cache_valid(false) + _node_cache_valid(false), + _activexmltree(nullptr) { // Penalise libavoid for choosing paths with needless extra segments. // This results in much better looking orthogonal connector paths. |
