Add "By Layer Default" blend method to the Toolbox Defaults widget.
[synfig.git] / synfig-core / src / modules / mod_filter / blur.cpp
index e5104b0..f3af3ea 100644 (file)
@@ -78,7 +78,7 @@ inline void clamp(synfig::Vector &v)
 }
 
 Blur_Layer::Blur_Layer():
-       Layer_Composite (1.0,Color::BLEND_STRAIGHT),
+       Layer_Composite(1.0,Color::BLEND_STRAIGHT),
        size(0.1,0.1),
        type(Blur::FASTGAUSSIAN)
 {