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-namedview.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-namedview.cpp')
| -rw-r--r-- | src/sp-namedview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-namedview.cpp b/src/sp-namedview.cpp index 29c528633..b8554f352 100644 --- a/src/sp-namedview.cpp +++ b/src/sp-namedview.cpp @@ -665,6 +665,7 @@ void SPNamedView::child_added(Inkscape::XML::Node *child, Inkscape::XML::Node *r //g_object_set(G_OBJECT(g), "color", this->guidecolor, "hicolor", this->guidehicolor, NULL); g->setColor(this->guidecolor); g->setHiColor(this->guidehicolor); + g->readAttr("inkscape:color"); if (this->editable) { for (GSList *l = this->views; l != NULL; l = l->next) { |
