mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 20:26:30 +01:00
if PianoRollMidiView doesn't handle a scroll event, let MidiView try
This commit is contained in:
parent
77d2a45475
commit
0149d9700b
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ PianorollMidiView::scroll (GdkEventScroll* ev)
|
||||||
_editing_context.reset_zoom (_editing_context.get_current_zoom() * 2);
|
_editing_context.reset_zoom (_editing_context.get_current_zoom() * 2);
|
||||||
return true;
|
return true;
|
||||||
default:
|
default:
|
||||||
return false;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue