Update timeline.cpp
tab added
This commit is contained in:
@@ -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] )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user