From c4966b23d54652c36f5b229e993ba87801b8c449 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Wed, 12 Apr 2006 03:41:28 +0000 Subject: fix 1466070 (bzr r477) --- src/desktop-style.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3