diff options
| author | Geoff Lankow <geoff@darktrojan.net> | 2015-07-15 12:23:14 +0000 |
|---|---|---|
| committer | Geoff Lankow <geoff@darktrojan.net> | 2015-07-15 12:23:14 +0000 |
| commit | 6699c5e9fbdae104044748ee6039a5e09d78f001 (patch) | |
| tree | 111afe70d8ffddbb2fd91c9f5683a6dc3d21b7e2 /src/sp-guide.cpp | |
| parent | Reread guide colour after setting default colour (diff) | |
| download | inkscape-6699c5e9fbdae104044748ee6039a5e09d78f001.tar.gz inkscape-6699c5e9fbdae104044748ee6039a5e09d78f001.zip | |
Read inkscape:color attribute in more places
(bzr r14228.1.4)
Diffstat (limited to 'src/sp-guide.cpp')
| -rw-r--r-- | src/sp-guide.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-guide.cpp b/src/sp-guide.cpp index b4f4cecc0..b9c124138 100644 --- a/src/sp-guide.cpp +++ b/src/sp-guide.cpp @@ -71,6 +71,7 @@ void SPGuide::build(SPDocument *document, Inkscape::XML::Node *repr) { SPObject::build(document, repr); + this->readAttr( "inkscape:color" ); this->readAttr( "inkscape:label" ); this->readAttr( "orientation" ); this->readAttr( "position" ); |
