ensure that GDK events arriving in a PianorollMidiView use a local tempo scope if appropriate
This commit is contained in:
@@ -119,6 +119,8 @@ PianorollMidiView::~PianorollMidiView ()
|
||||
bool
|
||||
PianorollMidiView::midi_canvas_group_event (GdkEvent* ev)
|
||||
{
|
||||
EC_LOCAL_TEMPO_SCOPE_ARG (_editing_context);
|
||||
|
||||
/* Let MidiView do its thing */
|
||||
|
||||
if (MidiView::midi_canvas_group_event (ev)) {
|
||||
|
||||
Reference in New Issue
Block a user