diff --git a/src/gui/editors/SongEditor.cpp b/src/gui/editors/SongEditor.cpp index 57199aa1b..f4616c47e 100644 --- a/src/gui/editors/SongEditor.cpp +++ b/src/gui/editors/SongEditor.cpp @@ -382,7 +382,7 @@ void SongEditor::wheelEvent( QWheelEvent * _we ) // and make sure, all TCO's are resized and relocated realignTracks(); } - else if( gui->mainWindow()->isShiftPressed() == true ) + else if( gui->mainWindow()->isShiftPressed() == true || _we->orientation() == Qt::Horizontal ) { m_leftRightScroll->setValue( m_leftRightScroll->value() - _we->delta() / 30 );