13
0

Don't reset the audio tracks name when changing the channel configuration.

This commit is contained in:
Robert Scott 2016-10-06 17:15:57 -05:00 committed by Paul Davis
parent c087b7ab30
commit 8098c7785f

View File

@ -209,7 +209,6 @@ AddRouteDialog::~AddRouteDialog ()
void
AddRouteDialog::channel_combo_changed ()
{
maybe_update_name_template_entry ();
refill_track_modes ();
}