Fix editor-mixer update when deleting a Route before a VCA
authorRobin Gareus <robin@gareus.org>
Fri, 13 Jan 2017 07:43:18 +0000 (08:43 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 13 Jan 2017 07:43:18 +0000 (08:43 +0100)
commit058f1cf9e13ab07e8c68ae9ee6fcc8d8436ff0ae
tree9eaa97544d70c28937b0a67a7666194aaf1a14b6
parent7841a756182693fa15541d58ef5bf57c36199471
Fix editor-mixer update when deleting a Route before a VCA

When deleting the last track before a VCA, on-delete the editor-mixer
switches to display the next TAV.  If that turns out to be a VCATAV,
the editor-mixer will ignore it and keep displaying the deleted route,
holding a shared pointer reference (ports won't be dropped, etc etc).
gtk2_ardour/editor.cc