Mackie Control: set select state correctly during initial setup

This commit is contained in:
Paul Davis 2021-05-11 15:54:58 -06:00
parent 0567c143f1
commit 0fc50b9bf2

View file

@ -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