mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
fix #5025 part 2
subscribe to route changes (track delete) git-svn-id: svn://localhost/ardour2/branches/3.0@13494 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cbeabee870
commit
7e8d5ed6d0
2 changed files with 2 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ private:
|
|||
bool _old_follow_playhead;
|
||||
|
||||
PBD::ScopedConnectionList position_connection;
|
||||
PBD::ScopedConnection route_ctrl_id_connection;
|
||||
PBD::ScopedConnectionList region_property_connection;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue