Missed initialization
authorCarlos Lopez <genetita@gmail.com>
Tue, 24 Aug 2010 16:19:49 +0000 (18:19 +0200)
committerCarlos Lopez <genetita@gmail.com>
Tue, 24 Aug 2010 16:19:49 +0000 (18:19 +0200)
synfig-core/src/synfig/layer_pastecanvas.cpp

index 1eea2e9..920ecfe 100644 (file)
@@ -92,7 +92,7 @@ Layer_PasteCanvas::Layer_PasteCanvas():
        focus_static(false),
        canvas_static(false),
        zoom_static(false),
-       offset_static(false),
+       time_offset_static(false),
        children_lock_static(true)
 {
        children_lock=false;