Include invert static option I missed before.
[synfig.git] / synfig-core / src / modules / mod_geometry / circle.cpp
index 3e33b3a..db5ff8a 100644 (file)
@@ -129,8 +129,9 @@ Circle::set_param_static(const String &param, const bool x)
 
        SET_STATIC(color, x)
        SET_STATIC(radius, x)
-       SET_STATIC(origin, x)
        SET_STATIC(feather, x)
+       SET_STATIC(invert, x)
+       SET_STATIC(origin, x)
        SET_STATIC(falloff, x)
 
        return Layer_Composite::set_param_static(param, x);
@@ -143,8 +144,9 @@ Circle::get_param_static(const String &param) const
 
        GET_STATIC(color)
        GET_STATIC(radius)
-       GET_STATIC(origin)
        GET_STATIC(feather)
+       GET_STATIC(invert)
+       GET_STATIC(origin)
        GET_STATIC(falloff)
 
        return Layer_Composite::get_param_static(param);