don't try to reset visible MIDI note range directly when adding a note

This method is only used for GUI interaction, so the note must already be in the visible
note range
This commit is contained in:
Paul Davis
2025-08-25 13:39:44 -06:00
parent 5e706c4fd4
commit 61a766fece

View File

@@ -864,8 +864,6 @@ MidiView::create_note_at (timepos_t const & source_relative_start, double y, Tem
return;
}
_midi_context.maybe_extend_note_range (new_note->note());
start_note_diff_command(_("add note"));
note_diff_add_note (new_note, true, false);
apply_note_diff();