Fix 2119764 "eyedropper doesn't work with straight blends" for checkerboards. http...
[synfig.git] / synfig-core / trunk / src / modules / mod_geometry / checkerboard.cpp
index 29f52e3..30bbf8e 100644 (file)
@@ -160,7 +160,7 @@ CheckerBoard::get_color(Context context, const Point &getpos)const
                        return Color::blend(color,context.get_color(getpos),get_amount(),get_blend_method());
        }
        else
-               return context.get_color(getpos);
+               return Color::blend(Color::alpha(),context.get_color(getpos),get_amount(),get_blend_method());
 }
 
 bool