mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
Mackie Control: set select state correctly during initial setup
This commit is contained in:
parent
0567c143f1
commit
0fc50b9bf2
1 changed files with 4 additions and 0 deletions
|
|
@ -381,6 +381,10 @@ Strip::notify_property_changed (const PropertyChange& what_changed)
|
|||
if (what_changed.contains (ARDOUR::Properties::name)) {
|
||||
show_stripable_name ();
|
||||
}
|
||||
|
||||
if (what_changed.contains (ARDOUR::Properties::selected)) {
|
||||
_surface->write (_select->set_state (_stripable->is_selected()));
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue