Mixer: Update OSC paths upon chain/strip name change.

pull/3/head
Jonathan Moore Liles 2012-02-09 23:06:40 -08:00
parent d2a3afb810
commit f3b9b0c00d
1 changed files with 2 additions and 0 deletions

View File

@ -675,6 +675,8 @@ Module::handle_chain_name_changed ( )
{
if ( control_input[i].connected() )
control_input[i].connected_port()->module()->handle_chain_name_changed();
control_input[i].update_osc_port();
}
}