summaryrefslogtreecommitdiffstats
path: root/src/desktop-style.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-04-12 03:41:28 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-04-12 03:41:28 +0000
commitc4966b23d54652c36f5b229e993ba87801b8c449 (patch)
tree98c717fa677e43416294a49cce834d5fd10c2319 /src/desktop-style.cpp
parentfix wiki url (diff)
downloadinkscape-c4966b23d54652c36f5b229e993ba87801b8c449.tar.gz
inkscape-c4966b23d54652c36f5b229e993ba87801b8c449.zip
fix 1466070
(bzr r477)
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 d4ce30e11..77fcb4823 100644
--- a/src/desktop-style.cpp
+++ b/src/desktop-style.cpp
@@ -408,7 +408,7 @@ objects_query_fillstroke (GSList *objects, SPStyle *style_res, bool const isfill
num ++;
}
- if (paint_res->set && paint->set && paint->type == SP_PAINT_TYPE_PAINTSERVER) { // copy the server
+ if (paint_res->set && paint_effectively_set && paint->type == SP_PAINT_TYPE_PAINTSERVER) { // copy the server
if (isfill) {
SP_STYLE_FILL_SERVER (style_res) = SP_STYLE_FILL_SERVER (style);
} else {