Update Session::writable() during Session::save_as() when switching to copy
authorTim Mayberry <mojofunk@gmail.com>
Fri, 12 May 2017 22:57:58 +0000 (08:57 +1000)
committerTim Mayberry <mojofunk@gmail.com>
Fri, 12 May 2017 23:02:02 +0000 (09:02 +1000)
commitdef9e110b763d8c0c5c58ce428461e02bbc87f36
treebba751283610d8d3faaa09356c281adbf5d504a8
parentb89a851bc85d182ed496ec18b1d96ac7911cb882
Update Session::writable() during Session::save_as() when switching to copy

Loading a read only Session then making a copy with Save As and switch was
not allowing new Session to be saved as writable state was not updated.

Resolves: #7352
libs/ardour/session_state.cc