From e52665d0b0408f490cbbf4502560f32e09156b2b Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Fri, 26 Dec 2008 05:10:13 +0000 Subject: [PATCH] * fix MIDI note event handling (resize works again....) git-svn-id: svn://localhost/ardour2/branches/3.0@4349 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-note-event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/canvas-note-event.h b/gtk2_ardour/canvas-note-event.h index 748c50efd4..28140267f6 100644 --- a/gtk2_ardour/canvas-note-event.h +++ b/gtk2_ardour/canvas-note-event.h @@ -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);