Piano Roll: Do not scroll back when stopping if scroll is disabled
This commit is contained in:
midi-pascal
2016-05-02 06:32:40 -04:00
committed by Umcaruje
parent cfe5e98bf7
commit cbbde98e4f

View File

@@ -3413,7 +3413,7 @@ void PianoRoll::stop()
{
Engine::getSong()->stop();
m_recording = false;
m_scrollBack = true;
m_scrollBack = ( m_timeLine->autoScroll() == TimeLineWidget::AutoScrollEnabled );
}