13
0

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:
Paul Davis 2012-09-19 19:32:05 +00:00
parent b30ba842d8
commit 53afa11311

View File

@ -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 ();
}
}