From 4e1ace79c924c724b2d496d58afaf8402452b201 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 12 Apr 2006 03:41:28 +0000 Subject: [PATCH] fix 1466070 --- 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 { -- 2.30.2