Fix crossfade undo using the stateful diff system. Fixes #3257.
authorCarl Hetherington <carl@carlh.net>
Thu, 26 Aug 2010 01:44:11 +0000 (01:44 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 26 Aug 2010 01:44:11 +0000 (01:44 +0000)
commitc243a02c998f585295f2179657673e2cf0fa4428
tree1a18ca901b5f7fb1270938e2fb62f7e2636400ef
parentdf2fd9491904aba95e08e1e26552be609530ee83
Fix crossfade undo using the stateful diff system.  Fixes #3257.

git-svn-id: svn://localhost/ardour2/branches/3.0@7694 d708f5d6-7413-0410-9779-e7cbd77b26cf
21 files changed:
gtk2_ardour/crossfade_edit.cc
gtk2_ardour/editor_drag.cc
gtk2_ardour/editor_ops.cc
gtk2_ardour/route_time_axis.cc
libs/ardour/ardour/audioplaylist.h
libs/ardour/ardour/crossfade.h
libs/ardour/ardour/playlist.h
libs/ardour/ardour/session.h
libs/ardour/audio_playlist.cc
libs/ardour/crossfade.cc
libs/ardour/globals.cc
libs/ardour/playlist.cc
libs/ardour/session_state.cc
libs/ardour/wscript
libs/pbd/pbd/command.h
libs/pbd/pbd/property_basics.h
libs/pbd/pbd/sequence_property.h
libs/pbd/pbd/stateful.h
libs/pbd/pbd/stateful_diff_command.h
libs/pbd/stateful.cc
libs/pbd/stateful_diff_command.cc