mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
tweak API of Selectable
This commit is contained in:
parent
6adac60323
commit
8125ea5909
7 changed files with 14 additions and 12 deletions
|
|
@ -1301,7 +1301,7 @@ MidiTimeAxisView::update_control_names ()
|
|||
}
|
||||
}
|
||||
|
||||
if (get_selected()) {
|
||||
if (selected()) {
|
||||
controls_ebox.set_name (controls_base_selected_name);
|
||||
time_axis_frame.set_name (controls_base_selected_name);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue