mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
don't always adjust note range in a MidiView after a model change
This commit is contained in:
parent
4e8591da99
commit
678ebca032
5 changed files with 24 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue