Avoid warning.
[synfig.git] / synfig-core / trunk / src / synfig / layer_solidcolor.cpp
index 1d3ee76..aec6a11 100644 (file)
@@ -72,9 +72,9 @@ Layer_SolidColor::Layer_SolidColor():
 bool
 Layer_SolidColor::set_param(const String & param, const ValueBase &value)
 {
-       IMPORT_PLUS(color, { if (color.get_a() == 0) if (converted_blend_) {
+       IMPORT_PLUS(color, { if (color.get_a() == 0) if (converted_blend_) {
                                        set_blend_method(Color::BLEND_ALPHA_OVER);
-                                       color.set_a(1); } else transparent_color_ = true; });
+                                       color.set_a(1); } else transparent_color_ = true; } });
 
        return Layer_Composite::set_param(param,value);
 }