Don't reset the audio tracks name when changing the channel configuration.
authorRobert Scott <rs@robsco.info>
Thu, 6 Oct 2016 22:15:57 +0000 (17:15 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 13 Oct 2016 16:05:28 +0000 (12:05 -0400)
gtk2_ardour/add_route_dialog.cc

index a18ca05adc8f33cf090635863f52a68d5fe38d24..b1f84c0facb07ac859e6178a9cb3fc5235c7a25c 100644 (file)
@@ -209,7 +209,6 @@ AddRouteDialog::~AddRouteDialog ()
 void
 AddRouteDialog::channel_combo_changed ()
 {
-       maybe_update_name_template_entry ();
        refill_track_modes ();
 }