Skip to content

Commit

Permalink
Update timeline.cpp
Browse files Browse the repository at this point in the history
tab added
  • Loading branch information
diizy committed Nov 29, 2014
1 parent 34ce794 commit 4cbb2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/timeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<int>( event->x() * MidiTime::ticksPerTact() / m_ppt );
if( m_loopPos[0] > m_loopPos[1] )
{
Expand Down

0 comments on commit 4cbb2b7

Please sign in to comment.