diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-10-14 13:37:35 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2019-10-14 16:01:14 +0000 |
| commit | 060977b268ccccbe572113089412a1ad2fd8ae56 (patch) | |
| tree | 61090c8054915000fd0be65d6e442452222eccfa | |
| parent | Reduce memory leak in file preview (diff) | |
| download | inkscape-060977b268ccccbe572113089412a1ad2fd8ae56.tar.gz inkscape-060977b268ccccbe572113089412a1ad2fd8ae56.zip | |
no "SPString" label for XML editor text nodes
| -rw-r--r-- | src/object/sp-string.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/object/sp-string.cpp b/src/object/sp-string.cpp index 64cc05bd9..ee38bfd96 100644 --- a/src/object/sp-string.cpp +++ b/src/object/sp-string.cpp @@ -53,7 +53,6 @@ void SPString::release() { void SPString::read_content() { - setLabel("SPString"); string.clear(); //XML Tree being used directly here while it shouldn't be. |
