fix event deliver for MidiCueView
events need a non-container item to be delivered
This commit is contained in:
parent
14b95116e1
commit
3422ef5c3d
@ -59,7 +59,7 @@ MidiCueView::set_height (double h)
|
|||||||
ArdourCanvas::Item*
|
ArdourCanvas::Item*
|
||||||
MidiCueView::drag_group () const
|
MidiCueView::drag_group () const
|
||||||
{
|
{
|
||||||
return _note_group->parent();
|
return event_rect;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user