mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
reinstate unblocking-of-connections in session setup, accidentally dropped in reorganization work
This commit is contained in:
parent
9a884535c3
commit
9af75b2ac9
1 changed files with 2 additions and 0 deletions
|
|
@ -308,6 +308,8 @@ Session::post_engine_init ()
|
|||
|
||||
_state_of_the_state = Clean;
|
||||
|
||||
Port::set_connecting_blocked (false);
|
||||
|
||||
DirtyChanged (); /* EMIT SIGNAL */
|
||||
|
||||
if (_is_new) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue