Merge branch 'stable-1.1'

This commit is contained in:
Vesa
2014-11-30 15:08:14 +02:00
4 changed files with 68 additions and 2 deletions

View File

@@ -294,6 +294,7 @@ void Timeline::mousePressEvent( QMouseEvent* event )
}
else if( event->button() == Qt::RightButton || event->button() == Qt::MiddleButton )
{
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] )
{