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
@ -3541,6 +3541,7 @@ Route::set_active (bool yn, void* src)
|
|||||||
_input->set_active (yn);
|
_input->set_active (yn);
|
||||||
_output->set_active (yn);
|
_output->set_active (yn);
|
||||||
active_changed (); // EMIT SIGNAL
|
active_changed (); // EMIT SIGNAL
|
||||||
|
_session.set_dirty ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user