summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-12-16 11:28:09 +0000
committertavmjong-free <tavmjong@free.fr>2014-12-16 11:28:09 +0000
commit98e1dc69d91ecb2deb2ae66980b2398b30f33c7e (patch)
treec9e25675de64b36691b3615d1a377824f92cc2a3 /src/desktop-style.cpp
parentwhen inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443) (diff)
downloadinkscape-98e1dc69d91ecb2deb2ae66980b2398b30f33c7e.tar.gz
inkscape-98e1dc69d91ecb2deb2ae66980b2398b30f33c7e.zip
Read 'context-fill' and 'context-stroke' keywords.
(bzr r13801)
Diffstat (limited to 'src/desktop-style.cpp')
-rw-r--r--src/desktop-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp
index 30869d87d..3eb11bea6 100644
--- a/src/desktop-style.cpp
+++ b/src/desktop-style.cpp
@@ -626,7 +626,7 @@ objects_query_fillstroke (GSList *objects, SPStyle *style_res, bool const isfill
paintImpossible = false;
paint_res->colorSet = paint->colorSet;
- paint_res->currentcolor = paint->currentcolor;
+ paint_res->paintOrigin = paint->paintOrigin;
if (paint_res->set && paint_effectively_set && paint->isPaintserver()) { // copy the server
gchar const *string = NULL; // memory leak results if style->get* called inside sp_style_set_to_uri_string.
if (isfill) {