Fix time offset parameter static option
authorCarlos Lopez <genetita@gmail.com>
Tue, 24 Aug 2010 16:08:52 +0000 (18:08 +0200)
committerCarlos Lopez <genetita@gmail.com>
Tue, 24 Aug 2010 16:08:52 +0000 (18:08 +0200)
synfig-core/src/synfig/layer_pastecanvas.cpp
synfig-core/src/synfig/layer_pastecanvas.h

index 1f3976a..1eea2e9 100644 (file)
@@ -580,7 +580,7 @@ Layer_PasteCanvas::set_param_static(const String &param, const bool x)
        SET_STATIC(focus, x)
        SET_STATIC(canvas, x)
        SET_STATIC(zoom, x)
-       SET_STATIC(offset, x)
+       SET_STATIC(time_offset, x)
        SET_STATIC(children_lock, x)
 
        return Layer_Composite::set_param_static(param, x);
@@ -594,7 +594,7 @@ Layer_PasteCanvas::get_param_static(const String &param) const
        GET_STATIC(focus)
        GET_STATIC(canvas)
        GET_STATIC(zoom)
-       GET_STATIC(offset)
+       GET_STATIC(time_offset)
        GET_STATIC(children_lock)
 
        return Layer_Composite::get_param_static(param);
index deb951f..73c0d83 100644 (file)
@@ -80,7 +80,7 @@ private:
        bool focus_static;
        bool canvas_static;
        bool zoom_static;
-       bool offset_static;
+       bool time_offset_static;
        bool children_lock_static;
 
        // Nasty hack: Remember whether we called an extra ref() when