move position marker lines even if autoscrolling is disabled
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1756 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -184,10 +184,7 @@ void timeLine::updatePosition( const midiTime & )
|
||||
{
|
||||
m_posMarkerX = new_x;
|
||||
m_changedPosition = TRUE;
|
||||
if( m_autoScroll == AutoScrollEnabled )
|
||||
{
|
||||
emit positionChanged( m_pos );
|
||||
}
|
||||
emit positionChanged( m_pos );
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user