mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
ensure that GDK events arriving in a PianorollMidiView use a local tempo scope if appropriate
This commit is contained in:
parent
77bc293aee
commit
e7bc6624d9
1 changed files with 2 additions and 0 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue