Before this fix, PasteCanvas' "time offset" values were being reflected in the positi...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 22 Oct 2007 01:02:44 +0000 (01:02 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Mon, 22 Oct 2007 01:02:44 +0000 (01:02 +0000)
commit82e842447ea3effc0a57ec6d2ed088f7e882e44c
tree618cbe1f5bcd9d067f5e03569056b5be3f90af69
parente19a2d3a5162c6e28cd5912cc0eacf8f9abec14a
Before this fix, PasteCanvas' "time offset" values were being reflected in the position of the waypoints in the timeline of parent PasteCanvases, but not in the PasteCanvas itself.  This fix adds a preprocessor macro ADJUST_WAYPOINTS_FOR_TIME_OFFSET (to node.h) which enables the offsetting of waypoints for all PasteCanvases when defined.  It's undefined though, because offsetting waypoints doesn't yet work fully;  see the TODO at the end of layer_pastecanvas.cpp for details.

git-svn-id: http://svn.voria.com/code@944 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/synfig/layer_pastecanvas.cpp
synfig-core/trunk/src/synfig/node.h
synfig-studio/trunk/src/gtkmm/cellrenderer_timetrack.cpp