Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_gradient / curvegradient.cpp
index 4fa704e..1d7eb89 100644 (file)
@@ -205,6 +205,7 @@ CurveGradient::sync()
 
 
 CurveGradient::CurveGradient():
+       Layer_Composite(1.0,Color::BLEND_COMPOSITE),
        origin(0,0),
        width(0.25),
        gradient(Color::black(), Color::white()),