Mark session dirty when changing external connections
This commit is contained in:
@@ -1004,6 +1004,10 @@ PortManager::connect_callback (const string& a, const string& b, bool conn)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!port_a && !port_b && Config->get_restore_hardware_connections () && !AudioEngine::instance ()->is_jack ()) {
|
||||||
|
AudioEngine::instance ()->session ()->set_dirty ();
|
||||||
|
}
|
||||||
|
|
||||||
PortConnectedOrDisconnected (
|
PortConnectedOrDisconnected (
|
||||||
port_a, a,
|
port_a, a,
|
||||||
port_b, b,
|
port_b, b,
|
||||||
|
|||||||
Reference in New Issue
Block a user