mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
commit crash caused by event-sensitive ghost note in MidiView
This commit is contained in:
parent
06050bb578
commit
b489d466cf
2 changed files with 8 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue