Comment 1 for bug 1870817

Revision history for this message
ronso0 (ronso0) wrote : Re: Shift+F12 should toggle AutoDJ regardless if AutoDJ processor was active ealier

Adding m_pAutoDJTableModel->select() at the very top of AutoDJProcessor::getNextTrackFromQueue() fixes the issue.
https://github.com/mixxxdj/mixxx/blob/master/src/library/autodj/autodjprocessor.cpp#L826

I'm not sure if this the correct fix, but m_pAutoDJTableModel->select(); is also called in DlgAutoDJ::onShow()
https://github.com/mixxxdj/mixxx/blob/master/src/library/autodj/dlgautodj.cpp#L219