summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1e5615f)
raw | patch | inline | side by side (parent: 1e5615f)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 12 Apr 2006 03:41:28 +0000 (03:41 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 12 Apr 2006 03:41:28 +0000 (03:41 +0000) |
src/desktop-style.cpp | patch | blob | history |
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp
index d4ce30e11b75bea6b4150105e52080253fb00233..77fcb4823b30d557cb9d1ea583b51cc3f4a62561 100644 (file)
--- 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 {