Skip to content

Commit

Permalink
Merge pull request #313 from demos/reset_xfader_while_ending_adj
Browse files Browse the repository at this point in the history
reset xfader to 0 when disabling autodj
  • Loading branch information
ywwg committed Aug 16, 2014
2 parents 4baf7c1 + f69ec2b commit 2e57945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dlgautodj.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ void DlgAutoDJ::toggleAutoDJButton(bool enable) {
m_pCOPlayPos2->disconnect(this);
m_pCOPlay1->disconnect(this);
m_pCOPlay2->disconnect(this);
m_pCOCrossfader->set(0);
}
}

Expand Down

0 comments on commit 2e57945

Please sign in to comment.