X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fmackie%2Fstrip.cc;h=9a570f8227dd31c3eacf5921260a07d85f076aa6;hb=0c035778e162bd5934fc0070e43a26ffb4c8825a;hp=e396af575cd299f0fa6485603d81ef2c0a9c7c01;hpb=ccd19ed0615bfb300bedc23ac48de7f426a7948e;p=ardour.git diff --git a/libs/surfaces/mackie/strip.cc b/libs/surfaces/mackie/strip.cc index e396af575c..9a570f8227 100644 --- a/libs/surfaces/mackie/strip.cc +++ b/libs/surfaces/mackie/strip.cc @@ -380,8 +380,8 @@ Strip::notify_property_changed (const PropertyChange& what_changed) if (what_changed.contains (ARDOUR::Properties::selected)) { if (_stripable) { - _surface->write (_select->set_state (_stripable->presentation_info().selected())); - _surface->mcp().update_selected (_stripable, _stripable->presentation_info().selected()); + _surface->write (_select->set_state (_stripable->is_selected())); + _surface->mcp().update_selected (_stripable, _stripable->is_selected()); } } }