Code

fix 1466070
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 12 Apr 2006 03:41:28 +0000 (03:41 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 12 Apr 2006 03:41:28 +0000 (03:41 +0000)
src/desktop-style.cpp

index d4ce30e11b75bea6b4150105e52080253fb00233..77fcb4823b30d557cb9d1ea583b51cc3f4a62561 100644 (file)
@@ -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 {