don't always adjust note range in a MidiView after a model change

This commit is contained in:
Paul Davis 2025-01-14 16:49:58 -07:00
parent 4e8591da99
commit 678ebca032
5 changed files with 24 additions and 3 deletions

View file

@ -1063,6 +1063,8 @@ AutomationLine::get_inverted_selectables (Selection&, list<Selectable*>& /*resul
void
AutomationLine::set_selected_points (PointSelection const & points)
{
std::cerr << this << " AL::ssp\n";
for (auto & cp : control_points) {
cp->set_selected (false);
}