* 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:
Hans Baier 2008-12-26 05:10:13 +00:00
parent be75d43bd0
commit e52665d0b0

View file

@ -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);