mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
mark session dirty when route active status changes
git-svn-id: svn://localhost/ardour2/branches/3.0@13195 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b30ba842d8
commit
53afa11311
1 changed files with 1 additions and 0 deletions
|
|
@ -3541,6 +3541,7 @@ Route::set_active (bool yn, void* src)
|
|||
_input->set_active (yn);
|
||||
_output->set_active (yn);
|
||||
active_changed (); // EMIT SIGNAL
|
||||
_session.set_dirty ();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue