Fix session range location by hooking into the undo system. Fixes #3654.

git-svn-id: svn://localhost/ardour2/branches/3.0@8539 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington
2011-01-19 17:38:56 +00:00
parent 074d58fc6f
commit 1e8586742e
12 changed files with 117 additions and 71 deletions

View File

@@ -136,6 +136,7 @@ libardour_sources = [
'mute_master.cc',
'named_selection.cc',
'onset_detector.cc',
'operations.cc',
'panner.cc',
'pcm_utils.cc',
'pi_controller.cc',