commit crash caused by event-sensitive ghost note in MidiView

This commit is contained in:
Paul Davis 2025-03-04 12:18:29 -07:00
parent 06050bb578
commit b489d466cf
2 changed files with 8 additions and 8 deletions

View file

@ -390,7 +390,7 @@ class MidiView : public virtual sigc::trackable, public LineMerger
virtual void reset_width_dependent_items (double pixel_width);
void redisplay (bool view_only);
bool note_editable (std::shared_ptr<const NoteType>) const;
bool note_editable (NoteBase const *) const;
protected:
friend class EditingContext;