mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
fix port/connection combo/dropdown for TransportMastersWidget
This commit is contained in:
parent
5c3f49ef2b
commit
1c551e432c
1 changed files with 3 additions and 4 deletions
|
|
@ -287,9 +287,10 @@ TransportMastersWidget::update_ports ()
|
|||
}
|
||||
|
||||
for (vector<Row*>::iterator r = rows.begin(); r != rows.end(); ++r) {
|
||||
(*r)->port_choice_changed ();
|
||||
if ((*r)->tm->port()) {
|
||||
(*r)->build_port_list ((*r)->tm->port()->type());
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
|
|
@ -531,8 +532,6 @@ TransportMastersWidget::Row::port_choice_changed ()
|
|||
return;
|
||||
}
|
||||
|
||||
build_port_list (tm->port()->type());
|
||||
|
||||
TreeModel::iterator active = port_combo.get_active ();
|
||||
string new_port = (*active)[parent.port_columns.full_name];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue