RouteDialog: retain prior type selection
This commit is contained in:
parent
3164f4ac30
commit
39a3705d3a
@ -256,7 +256,7 @@ AddRouteDialog::AddRouteDialog ()
|
||||
set_response_sensitive (AddAndClose, true);
|
||||
set_default_response (AddAndClose);
|
||||
|
||||
track_type_chosen ();
|
||||
refill_channel_setups ();
|
||||
}
|
||||
|
||||
AddRouteDialog::~AddRouteDialog ()
|
||||
@ -686,7 +686,6 @@ AddRouteDialog::on_show ()
|
||||
routes_spinner.grab_focus ();
|
||||
name_edited_by_user = false;
|
||||
|
||||
refill_channel_setups ();
|
||||
refill_route_groups ();
|
||||
|
||||
Dialog::on_show ();
|
||||
@ -800,7 +799,6 @@ AddRouteDialog::refill_channel_setups ()
|
||||
row[track_template_columns.created_with] = x->created_with;
|
||||
}
|
||||
|
||||
|
||||
set_popdown_strings (channel_combo, channel_combo_strings);
|
||||
|
||||
if (!channel_current_choice.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user