From 4cbb2b721ff562b198cc306bd165c5ac18d698cc Mon Sep 17 00:00:00 2001 From: Vesa V Date: Sat, 29 Nov 2014 21:52:21 +0200 Subject: [PATCH] Update timeline.cpp tab added --- src/core/timeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/timeline.cpp b/src/core/timeline.cpp index 8f83f2822bb..a67ddc3b812 100644 --- a/src/core/timeline.cpp +++ b/src/core/timeline.cpp @@ -294,7 +294,7 @@ void timeLine::mousePressEvent( QMouseEvent* event ) } else if( event->button() == Qt::RightButton || event->button() == Qt::MiddleButton ) { - m_moveXOff = s_posMarkerPixmap->width() / 2; + m_moveXOff = s_posMarkerPixmap->width() / 2; const MidiTime t = m_begin + static_cast( event->x() * MidiTime::ticksPerTact() / m_ppt ); if( m_loopPos[0] > m_loopPos[1] ) {