mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 23:18:20 +01:00
* fix MIDI note event handling (resize works again....)
git-svn-id: svn://localhost/ardour2/branches/3.0@4349 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
be75d43bd0
commit
e52665d0b0
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public:
|
|||
|
||||
virtual ~CanvasNoteEvent();
|
||||
|
||||
bool on_event(GdkEvent* ev);
|
||||
virtual bool on_event(GdkEvent* ev);
|
||||
|
||||
bool selected() const { return _selected; }
|
||||
void selected(bool yn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue