Fix #6774, Moving start/end markers doesn't set Session as modified/dirty
authorTim Mayberry <mojofunk@gmail.com>
Fri, 9 Sep 2016 12:04:26 +0000 (22:04 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Sun, 11 Sep 2016 11:24:56 +0000 (21:24 +1000)
commitf91e591f40cfe1a2634aff48045c32fbbf24c43a
tree9719f8bcfad9ee37b61ce86d2f640911aeacb827
parentdab6e8a2d33b7ab6127d3916d253f2c41b51b6a0
Fix #6774, Moving start/end markers doesn't set Session as modified/dirty

If a Session is saved and then the start or end session markers are moved,
closing the Session will not result in "Unsaved Session" dialog being presented
even though the Session has been modified. This change sets the Session as
modified when either the Session start or end markers are modified.
libs/ardour/session.cc