Add LayerParamSetStatic and LayerParamUnSetStatic actions.
[synfig.git] / synfig-core / src / synfig / value.cpp
index 5e5c333..f9a41b7 100644 (file)
@@ -217,6 +217,7 @@ ValueBase::operator=(const ValueBase& x)
                ref_count=x.ref_count;
        }
        loop_=x.loop_;
+       static_=x.static_;
        return *this;
 }