Piano Roll: Do not scroll back when stopping if scroll is disabled
This commit is contained in:
@@ -3413,7 +3413,7 @@ void PianoRoll::stop()
|
||||
{
|
||||
Engine::getSong()->stop();
|
||||
m_recording = false;
|
||||
m_scrollBack = true;
|
||||
m_scrollBack = ( m_timeLine->autoScroll() == TimeLineWidget::AutoScrollEnabled );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user