13
0

Fix zooming via ctrl+scroll in midi regions when note is selected.

This commit is contained in:
André Nusser 2015-10-09 15:53:50 +02:00 committed by Paul Davis
parent 70e8c5c6a7
commit 5f7ae1294e

View File

@ -64,10 +64,6 @@ using Gtkmm2ext::Keyboard;
bool
Editor::track_canvas_scroll (GdkEventScroll* ev)
{
if (Keyboard::some_magic_widget_has_focus()) {
return false;
}
framepos_t xdelta;
int direction = ev->direction;