Add Static option for Constant Value Nodes and the corresponding action to set and...
[synfig.git] / synfig-core / src / synfig / valuenode_const.h
index 08a4559..a97bbde 100644 (file)
@@ -56,7 +56,8 @@ public:
        ValueBase &get_value();
        void set_value(const ValueBase &data);
 
-
+       bool get_static()const {return get_value().get_static();}
+       void set_static(bool x) { get_value().set_static(x); }
        virtual String get_name()const;
        virtual String get_local_name()const;